diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/bt8xx/dvb-bt8xx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/drivers/media/dvb/bt8xx/dvb-bt8xx.c index 514dff36e6eb..c5c7672cd538 100644 --- a/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/drivers/media/dvb/bt8xx/dvb-bt8xx.c | |||
@@ -574,8 +574,10 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type) | |||
574 | 574 | ||
575 | /* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */ | 575 | /* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */ |
576 | card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter); | 576 | card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter); |
577 | if (card->fe != NULL) | 577 | if (card->fe != NULL) { |
578 | dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n"); | 578 | dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n"); |
579 | break; | ||
580 | } | ||
579 | 581 | ||
580 | /* New Nebula (marked (c)2005 on low profile pci card) has mt352 demod */ | 582 | /* New Nebula (marked (c)2005 on low profile pci card) has mt352 demod */ |
581 | digitv_alps_tded4_reset(card); | 583 | digitv_alps_tded4_reset(card); |