diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2012-12-17 20:10:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-21 11:27:02 -0500 |
commit | aa735ee9dd92118488b30924b4710061b813193f (patch) | |
tree | c7d1e1a1ab80cc45ea77b9ab6030e1f5e6242602 /drivers/media/dvb-frontends/ix2505v.c | |
parent | 870f31cbf03e0c759900eea2feb276b2fe6558f4 (diff) |
[media] ix2505v: use %*ph[N] to dump small buffers
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>
Diffstat (limited to 'drivers/media/dvb-frontends/ix2505v.c')
-rw-r--r-- | drivers/media/dvb-frontends/ix2505v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ix2505v.c b/drivers/media/dvb-frontends/ix2505v.c index bc5a82082aaa..0e3387e00952 100644 --- a/drivers/media/dvb-frontends/ix2505v.c +++ b/drivers/media/dvb-frontends/ix2505v.c | |||
@@ -212,7 +212,7 @@ static int ix2505v_set_params(struct dvb_frontend *fe) | |||
212 | lpf = 0xb; | 212 | lpf = 0xb; |
213 | 213 | ||
214 | deb_info("Osc=%x b_w=%x lpf=%x\n", local_osc, b_w, lpf); | 214 | deb_info("Osc=%x b_w=%x lpf=%x\n", local_osc, b_w, lpf); |
215 | deb_info("Data 0=[%x%x%x%x]\n", data[0], data[1], data[2], data[3]); | 215 | deb_info("Data 0=[%4phN]\n", data); |
216 | 216 | ||
217 | if (fe->ops.i2c_gate_ctrl) | 217 | if (fe->ops.i2c_gate_ctrl) |
218 | fe->ops.i2c_gate_ctrl(fe, 1); | 218 | fe->ops.i2c_gate_ctrl(fe, 1); |