Skip to content

Commit

Permalink
[media] or51211: use %*ph[N] to dump small buffers
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Andy Shevchenko authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent cc91de5 commit 870f31c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/media/dvb-frontends/or51211.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 870f31c

Please sign in to comment.