]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit814eae6484e18b4ec1145a6f4447b0a967dcd1aa
treeaa40f790e8932cc5311dd5402ad62e366286b65e
parentd985276f5146fc5c626f9b578ba116753c427dfd
[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