commit | 778f2a3c1644bf446c4069477fbdf99b7a40a55a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Mar 06 10:15:24 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Mar 10 13:37:45 2016 -0300 |
tree | aa40f790e8932cc5311dd5402ad62e366286b65e | |
parent | ad7220479244e92d7eba2ecc4b3f3e08312fc68f [diff] |
[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>