aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-23 10:55:57 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-04 19:49:02 -0500
commitd1244f77d9029938796a6da82b0d184df26d7322 (patch)
tree207579fd5f387d681581074913e137e9237829de /drivers/media/common
parent36ae6df08356609c931e66306b3cb88c22eb055d (diff)
[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 <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/mt2063.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c
index 599f8644ef11..de45c9db887d 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)
1845 return -ENODEV; /* Wrong tuner Part/Rev code */ 1845 return -ENODEV; /* Wrong tuner Part/Rev code */
1846 } 1846 }
1847 1847
1848 dprintk(1, "Discovered a mt2063 %s (2nd part number 0x%02x)\n", 1848 printk(KERN_INFO "mt2063: detected a mt2063 %s\n", step);
1849 step, state->reg[MT2063_REG_RSVD_3B]);
1850 1849
1851 /* Reset the tuner */ 1850 /* Reset the tuner */
1852 status = mt2063_write(state, MT2063_REG_LO2CQ_3, &all_resets, 1); 1851 status = mt2063_write(state, MT2063_REG_LO2CQ_3, &all_resets, 1);