aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/cx88/cx88-cards.c3
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c2
2 files changed, 4 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/* ------------------------------------------------------------------ */
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index ae2a0f5f0806..ef83dab72410 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -808,6 +808,8 @@ static int dvb_register(struct cx8802_dev *dev)
808 dev->dvb.frontend = NULL; 808 dev->dvb.frontend = NULL;
809 return -1; 809 return -1;
810 } 810 }
811 printk(KERN_INFO "%s/2: xc3028 attached\n",
812 dev->core->name);
811 } 813 }
812 814
813 /* Ensure all frontends negotiate bus access */ 815 /* Ensure all frontends negotiate bus access */