aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-22 13:45:30 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:45 -0400
commit64016330b60e44db1383122a11611073fe98f261 (patch)
treeeec83b611854df211d96ece3231bc79ecc1a0e49 /drivers/media/video/cx88/cx88-cards.c
parent0f19e65bc5dcd30f1c5d72f56f6a9a2dc01698f3 (diff)
V4L/DVB (7265): cx88: prints an info when xc2028 is set or is attached
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 2429cfe31554..350c402920e7 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -2397,9 +2397,10 @@ static void cx88_card_setup(struct cx88_core *core)
2397 xc2028_cfg.tuner = TUNER_XC2028; 2397 xc2028_cfg.tuner = TUNER_XC2028;
2398 xc2028_cfg.priv = &ctl; 2398 xc2028_cfg.priv = &ctl;
2399 2399
2400 info_printk(core, "Asking xc2028/3028 to load firmware %s\n",
2401 ctl.fname);
2400 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg); 2402 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg);
2401 } 2403 }
2402
2403} 2404}
2404 2405
2405/* ------------------------------------------------------------------ */ 2406/* ------------------------------------------------------------------ */