diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |