]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] mipi-csis: make sparse happy
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 22:05:46 +0000 (19:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 22:05:46 +0000 (19:05 -0300)
commitde2ce8fd84f965a270bad28d284932bf20c349be
tree651e263bbcb998bc5fa8b2d625e423f420422a96
parent340ccedb76593a2961ad5dd72b33894dd755a358
[media] mipi-csis: make sparse happy

Fix the namespace issue that causes this warning:

drivers/media/platform/exynos4-is/mipi-csis.c:709:17: warning: incorrect type in argument 2 (different address spaces)
drivers/media/platform/exynos4-is/mipi-csis.c:709:17:    expected void const *<noident>
drivers/media/platform/exynos4-is/mipi-csis.c:709:17:    got void [noderef] <asn:2>*

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/exynos4-is/mipi-csis.c