diff options
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/bt8xx/dvb-bt8xx.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/drivers/media/dvb/bt8xx/dvb-bt8xx.c index 1c5f1ec85352..05554e3949db 100644 --- a/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/drivers/media/dvb/bt8xx/dvb-bt8xx.c | |||
@@ -523,9 +523,7 @@ static void digitv_alps_tded4_reset(struct dvb_bt8xx_card *bt) | |||
523 | /* | 523 | /* |
524 | * Reset the frontend, must be called before trying | 524 | * Reset the frontend, must be called before trying |
525 | * to initialise the MT352 or mt352_attach | 525 | * to initialise the MT352 or mt352_attach |
526 | * will fail. | 526 | * will fail. Same goes for the nxt6000 frontend. |
527 | * | ||
528 | * Presumably not required for the NXT6000 frontend. | ||
529 | * | 527 | * |
530 | */ | 528 | */ |
531 | 529 | ||
@@ -632,6 +630,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type) | |||
632 | */ | 630 | */ |
633 | 631 | ||
634 | /* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */ | 632 | /* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */ |
633 | digitv_alps_tded4_reset(card); | ||
635 | card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter); | 634 | card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter); |
636 | if (card->fe != NULL) { | 635 | if (card->fe != NULL) { |
637 | dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n"); | 636 | dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n"); |