summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/m920x.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2012-09-26 09:55:14 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-06 12:25:49 -0300
commit5bdb7872cdadcd630dd2129633e1a3f8aeac69f8 (patch)
tree513a95ae6958e5bb326ff8c34dba098c900c2afb /drivers/media/usb/dvb-usb/m920x.c
parent5712661d643099bda44909cfd75560fcda72c387 (diff)
downloadlinux-stable-5bdb7872cdadcd630dd2129633e1a3f8aeac69f8.tar.gz
linux-stable-5bdb7872cdadcd630dd2129633e1a3f8aeac69f8.tar.bz2
linux-stable-5bdb7872cdadcd630dd2129633e1a3f8aeac69f8.zip
[media] dvb-usb: print small buffers via %*ph
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/m920x.c')
-rw-r--r--drivers/media/usb/dvb-usb/m920x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/m920x.c b/drivers/media/usb/dvb-usb/m920x.c
index 288af29a8bb7..661bb75be955 100644
--- a/drivers/media/usb/dvb-usb/m920x.c
+++ b/drivers/media/usb/dvb-usb/m920x.c
@@ -358,7 +358,7 @@ static int m920x_firmware_download(struct usb_device *udev, const struct firmwar
if ((ret = m920x_read(udev, M9206_FILTER, 0x0, 0x8000, read, 4)) != 0)
goto done;
- deb("%x %x %x %x\n", read[0], read[1], read[2], read[3]);
+ deb("%*ph\n", 4, read);
if ((ret = m920x_read(udev, M9206_FW, 0x0, 0x0, read, 1)) != 0)
goto done;