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] au0828: fix intendation coding style issue
Author:  Hans Verkuil <[email protected]>
Date:    Fri Feb 15 08:28:27 2013 -0300

No code change, just fixing a wrong indentation.

Signed-off-by: Hans Verkuil <[email protected]>
Reviewed-by: Devin Heitmueller <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/usb/au0828/au0828-video.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=38823b29e70ab6d6b7092ce2fcafe299d0c5dd74

diff --git a/drivers/media/usb/au0828/au0828-video.c 
b/drivers/media/usb/au0828/au0828-video.c
index 8562cca..d0a438a 100644
--- a/drivers/media/usb/au0828/au0828-video.c
+++ b/drivers/media/usb/au0828/au0828-video.c
@@ -1562,12 +1562,12 @@ static int vidioc_s_frequency(struct file *file, void 
*priv,
                
dev->dvb.frontend->ops.analog_ops.i2c_gate_ctrl(dev->dvb.frontend, 1);
 
        if (dev->std_set_in_tuner_core == 0) {
-         /* If we've never sent the standard in tuner core, do so now.  We
-            don't do this at device probe because we don't want to incur
-            the cost of a firmware load */
-         v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_std,
-                              dev->vdev->tvnorms);
-         dev->std_set_in_tuner_core = 1;
+               /* If we've never sent the standard in tuner core, do so now.
+                  We don't do this at device probe because we don't want to
+                  incur the cost of a firmware load */
+               v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_std,
+                                    dev->vdev->tvnorms);
+               dev->std_set_in_tuner_core = 1;
        }
 
        v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_frequency, freq);

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

Reply via email to