From d1244f77d9029938796a6da82b0d184df26d7322 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 23 Jul 2011 11:55:57 -0300 Subject: [PATCH] [media] mt2063: print the detected version Instead of printing it just for debug purposes, outputs the detected version at the logs. This may be useful if someone wants to report a problem. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/mt2063.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index 599f864..de45c9d 100644 --- a/drivers/media/common/tuners/mt2063.c +++ b/drivers/media/common/tuners/mt2063.c @@ -1845,8 +1845,7 @@ static int mt2063_init(struct dvb_frontend *fe) return -ENODEV; /* Wrong tuner Part/Rev code */ } - dprintk(1, "Discovered a mt2063 %s (2nd part number 0x%02x)\n", - step, state->reg[MT2063_REG_RSVD_3B]); + printk(KERN_INFO "mt2063: detected a mt2063 %s\n", step); /* Reset the tuner */ status = mt2063_write(state, MT2063_REG_LO2CQ_3, &all_resets, 1); -- 2.7.4