This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] dib0700: fix ERROR: space required before that '&'
Author:  Michael Krufky <[email protected]>
Date:    Tue Sep 13 01:32:11 2011 -0300

Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/dvb/dvb-usb/dib0700_devices.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=9a9677afed9a4009f1201a23765a23e49ef8b95f

diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c 
b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index ef5c078..5cdbe64 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)
                adap->dev->udev->descriptor.idProduct == 
cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) {
                if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a;
        }
-       return dvb_attach(mt2060_attach,adap->fe_adap[0].fe, 
tun_i2c,&bristol_mt2060_config[adap->id],
-               if1) == NULL ? -ENODEV : 0;
+       return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c,
+                         &bristol_mt2060_config[adap->id], if1) == NULL ?
+                         -ENODEV : 0;
 }
 
 /* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to