[media] mceusb: use %*ph for small buffer dumps
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 6 Mar 2016 13:00:09 +0000 (10:00 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 10 Mar 2016 16:37:44 +0000 (13:37 -0300)
commiteef8fc374c131647ea9eea3301f06f4eee7f51ae
tree6272b0f8e99fec7e1a5353db63b06a269b194583
parentde08b5a8be0df1eb7c796b0fe6b30cf1d03d14a6
[media] mceusb: use %*ph for small buffer dumps

It makes the printk cleaner. As a side efect, it also fixes those smatch
warnings:
drivers/media/rc/mceusb.c:590 mceusb_dev_printdata() warn: argument 6 to %02x specifier has type 'char'
drivers/media/rc/mceusb.c:590 mceusb_dev_printdata() warn: argument 7 to %02x specifier has type 'char'

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