diff options
Diffstat (limited to 'drivers/media/dvb/bt8xx/dvb-bt8xx.c')
-rw-r--r-- | drivers/media/dvb/bt8xx/dvb-bt8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/drivers/media/dvb/bt8xx/dvb-bt8xx.c index 65081f161544..a39439b5f04c 100644 --- a/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/drivers/media/dvb/bt8xx/dvb-bt8xx.c | |||
@@ -671,7 +671,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type) | |||
671 | state->dst_ca = NULL; | 671 | state->dst_ca = NULL; |
672 | /* DST is not a frontend, attaching the ASIC */ | 672 | /* DST is not a frontend, attaching the ASIC */ |
673 | if (dvb_attach(dst_attach, state, &card->dvb_adapter) == NULL) { | 673 | if (dvb_attach(dst_attach, state, &card->dvb_adapter) == NULL) { |
674 | printk("%s: Could not find a Twinhan DST.\n", __FUNCTION__); | 674 | printk("%s: Could not find a Twinhan DST.\n", __func__); |
675 | break; | 675 | break; |
676 | } | 676 | } |
677 | /* Attach other DST peripherals if any */ | 677 | /* Attach other DST peripherals if any */ |