commit | eef8fc374c131647ea9eea3301f06f4eee7f51ae | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Mar 06 10:00:09 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Mar 10 13:37:44 2016 -0300 |
tree | 6272b0f8e99fec7e1a5353db63b06a269b194583 | |
parent | de08b5a8be0df1eb7c796b0fe6b30cf1d03d14a6 [diff] |
[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>