]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: uniperf: Add missing __iomem annotation
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 27 Jul 2015 08:56:26 +0000 (10:56 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2015 14:07:05 +0000 (15:07 +0100)
commit750c5487251e9a04a0728ab75831d65856a2ec4f
tree95b85f6ef89d4440fadd517ebb47b3990e906ccb
parent9da3629313d77dcbd1b1ac0476283d6df902b272
ASoC: uniperf: Add missing __iomem annotation

base referes to a iomem region, so it should have the __iomem annotation.
Fixes the following warnings from sparse:

sound/soc/sti/sti_uniperif.c:169:19: warning: incorrect type in
assignment (different address spaces)
sound/soc/sti/sti_uniperif.c:169:19:    expected void *base
sound/soc/sti/sti_uniperif.c:169:19:    got void [noderef] <asn:2>*
sound/soc/sti/uniperif_player.c:104:18: warning: incorrect type in
argument 1 (different address spaces)
sound/soc/sti/uniperif_player.c:104:18:    expected void const volatile
[noderef] <asn:2>*addr
sound/soc/sti/uniperif_player.c:104:18:    got void *
[...]

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/uniperif.h