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 WARNING: suspect code indent for conditional 
statements
Author:  Michael Krufky <[email protected]>
Date:    Tue Sep 13 01:08:44 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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=6e1ce98df1029701d8133a09e52134cfc15f86d9

diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c 
b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index b256bcf..ef5c078 100644
--- a/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -847,7 +847,7 @@ static int dib7770p_tuner_attach(struct dvb_usb_adapter 
*adap)
                         DIBX000_I2C_INTERFACE_TUNER, 1);
 
         if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
-                                &dib7770p_dib0070_config) == NULL)
+                       &dib7770p_dib0070_config) == NULL)
                 return -ENODEV;
 
         st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;

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

Reply via email to