summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-08-17 16:18:21 +0200
committerMark Brown <broonie@linaro.org>2014-08-17 09:34:45 -0500
commite8a70c25b809367fc314743e1ba1dbf0159398a7 (patch)
tree7308ad5e468b4c8d79ade59936545fbab3eee20d /sound/soc/codecs/rt5677.c
parentd80a12f92466d0bc4fd244c9052a8a88518c868e (diff)
downloadlinux-stable-e8a70c25b809367fc314743e1ba1dbf0159398a7.tar.gz
linux-stable-e8a70c25b809367fc314743e1ba1dbf0159398a7.tar.bz2
linux-stable-e8a70c25b809367fc314743e1ba1dbf0159398a7.zip
ASoC: samsung idma: Add proper annotation for casting iomem pointers
It is not always possible to interchange iomem pointers with normal pointers, which why we have annotations for iomem pointers and warn when casting them to a normal pointer or vice versa. In this case the casting is fine and unfortunately necessary so add the proper annotations to tell code checkers that it is intentional. This silences the following warnings from sparse: sound/soc/samsung/idma.c:354:20: warning: incorrect type in argument 1 (different address spaces) expected void volatile [noderef] <asn:2>*addr got unsigned char *area sound/soc/samsung/idma.c:372:22: warning: cast removes address space of expression Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.c')
0 files changed, 0 insertions, 0 deletions