]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Atom: fix inversion between __iowrite32 and __ioread32
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 24 Jul 2018 21:12:48 +0000 (16:12 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 25 Jul 2018 16:21:22 +0000 (17:21 +0100)
commit8c0e8ab1c7e7536d0338badb2a5513b8d3dcbf2f
treeecfc0585603cd48353dd37d5e1f6a981b71d7721
parent9623122d7e7703e97e2ae7e404e566ac12dfac4f
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>
sound/soc/intel/atom/sst/sst_loader.c