diff options
author | Jie Yang <yang.jie@intel.com> | 2015-12-14 22:27:13 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-16 12:28:04 +0000 |
commit | 1cf8dfd90fe50ac660f79d4b94f47b8e721a1178 (patch) | |
tree | 9370c8ac301d5ee9a469b8099d1198b5e8b42208 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | af1086ba051aa33c559350a5fdb533acfe98a80c (diff) |
ASoC: Intel: sst: fix sst_memcpy32 wrong with non-4x bytes issue
sst_memcpy32() only copied bytes/4 32bits, which means it dropped
the remaining bytes%4 bytes wrongly.
Here add copying those missing bytes, first to a 32bits tmp, and
then write the tmp to 32bits iomem.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions