[media] touptek: cast char types on %x printk
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 6 Mar 2016 13:15:24 +0000 (10:15 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 10 Mar 2016 16:37:45 +0000 (13:37 -0300)
commit778f2a3c1644bf446c4069477fbdf99b7a40a55a
treeaa40f790e8932cc5311dd5402ad62e366286b65e
parentad7220479244e92d7eba2ecc4b3f3e08312fc68f
[media] touptek: cast char types on %x printk

This fixes those two smatch warnings:
drivers/media/usb/gspca/touptek.c:206 val_reply() warn: argument 3 to %02x specifier has type 'char'
drivers/media/usb/gspca/touptek.c:222 reg_w() warn: argument 4 to %02x specifier has type 'char'

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/gspca/touptek.c
This page took 0.026137 seconds and 5 git commands to generate.