commit | 9a0daaab31e9e39047ced79409313c34dae4635a | [log] [tgz] |
---|---|---|
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | Tue Jul 24 16:12:48 2018 -0500 |
committer | Mark Brown <broonie@kernel.org> | Wed Jul 25 17:21:22 2018 +0100 |
tree | ecfc0585603cd48353dd37d5e1f6a981b71d7721 | |
parent | ce1cfe295abaa7436f9049bcb2562c843089abfc [diff] |
ASoC: Intel: Atom: fix inversion between __iowrite32 and __ioread32 This looks like a copy/paste issue, but clearly there is an inversion that is obvious when checking the arguments. Detected with Sparse - now that we have fewer warnings this one was easy to find. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>