[media] or51211: use %*ph[N] to dump small buffers
[deliverable/linux.git] / drivers / media / dvb-frontends / or51211.c
index c625b57b4333e499827ff9e024d98227eda78775..1af997eb05784788f1348a99d71c1e54252893f3 100644 (file)
@@ -471,10 +471,7 @@ static int or51211_init(struct dvb_frontend* fe)
                          i--;
                        }
                }
-               dprintk("read_fwbits %x %x %x %x %x %x %x %x %x %x\n",
-                       rec_buf[0], rec_buf[1], rec_buf[2], rec_buf[3],
-                       rec_buf[4], rec_buf[5], rec_buf[6], rec_buf[7],
-                       rec_buf[8], rec_buf[9]);
+               dprintk("read_fwbits %10ph\n", rec_buf);
 
                printk(KERN_INFO "or51211: ver TU%02x%02x%02x VSB mode %02x"
                       " Status %02x\n",
This page took 0.025927 seconds and 5 git commands to generate.