Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] dib0700: fix ERROR: space required before that '&'

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
9a9677af 6e1ce98d

+3 -2
+3 -2
drivers/media/dvb/dvb-usb/dib0700_devices.c
··· 125 125 adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) { 126 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], 129 - if1) == NULL ? -ENODEV : 0; 128 + return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, 129 + &bristol_mt2060_config[adap->id], if1) == NULL ? 130 + -ENODEV : 0; 130 131 } 131 132 132 133 /* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */