]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] s5c73m3: fix a sparse warning
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 21:12:39 +0000 (18:12 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 21:12:39 +0000 (18:12 -0300)
commitc84a71c85b9f37abe029c600ffc02f440829df55
tree0c617baa002fe24fa52dde25c63940ccf79a71cc
parentef69ee1bc2c10fd1c5b389258d8156f3c38bdb33
[media] s5c73m3: fix a sparse warning

drivers/media/i2c/s5c73m3/s5c73m3-core.c:170:39: warning: incorrect type in argument 1 (different base types)
drivers/media/i2c/s5c73m3/s5c73m3-core.c:170:39:    expected restricted __be16 const [usertype] *p
drivers/media/i2c/s5c73m3/s5c73m3-core.c:170:39:    got unsigned short [usertype] *<noident>

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/s5c73m3/s5c73m3-core.c