]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] rcar_jpu: Fix namespace for two __be16 vars
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 22:10:55 +0000 (19:10 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 1 Oct 2015 22:10:55 +0000 (19:10 -0300)
commit996347612dc58b534e397a742b3bfd3023850bb1
tree23f22b8584005e137985bf22efdd154fcb6794e7
parent5347f97c651906887446a8811946e54b5a972fe4
[media] rcar_jpu: Fix namespace for two __be16 vars

Fixes those sparse warnings:
drivers/media/platform/rcar_jpu.c:1150:51: warning: incorrect type in assignment (different base types)
drivers/media/platform/rcar_jpu.c:1150:51:    expected unsigned short [unsigned] [short] [usertype] <noident>
drivers/media/platform/rcar_jpu.c:1150:51:    got restricted __be16 [usertype] <noident>
drivers/media/platform/rcar_jpu.c:1152:50: warning: incorrect type in assignment (different base types)
drivers/media/platform/rcar_jpu.c:1152:50:    expected unsigned short [unsigned] [short] [usertype] <noident>
drivers/media/platform/rcar_jpu.c:1152:50:    got restricted __be16 [usertype] <noident>

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