diff options
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index ef5c078414ef..5cdbe641da2a 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
@@ -125,8 +125,9 @@ static int bristol_tuner_attach(struct dvb_usb_adapter *adap) | |||
125 | adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) { | 125 | adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) { |
126 | if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; | 126 | if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; |
127 | } | 127 | } |
128 | return dvb_attach(mt2060_attach,adap->fe_adap[0].fe, tun_i2c,&bristol_mt2060_config[adap->id], | 128 | return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, |
129 | if1) == NULL ? -ENODEV : 0; | 129 | &bristol_mt2060_config[adap->id], if1) == NULL ? |
130 | -ENODEV : 0; | ||
130 | } | 131 | } |
131 | 132 | ||
132 | /* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */ | 133 | /* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */ |