diff options
-rw-r--r-- | drivers/media/dvb/siano/sms-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c index 5a9882ffeb42..4307e4e8aa34 100644 --- a/drivers/media/dvb/siano/sms-cards.c +++ b/drivers/media/dvb/siano/sms-cards.c | |||
@@ -120,7 +120,7 @@ static struct sms_board sms_boards[] = { | |||
120 | .name = "Hauppauge WinTV MiniCard", | 120 | .name = "Hauppauge WinTV MiniCard", |
121 | .type = SMS_NOVA_B0, | 121 | .type = SMS_NOVA_B0, |
122 | .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw", | 122 | .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw", |
123 | .lna_ctrl = 1, | 123 | .lna_ctrl = -1, |
124 | }, | 124 | }, |
125 | }; | 125 | }; |
126 | 126 | ||