[media] au0828: fix intendation coding style issue
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 Feb 2013 11:28:27 +0000 (08:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 25 Mar 2013 18:10:16 +0000 (15:10 -0300)
No code change, just fixing a wrong indentation.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/au0828/au0828-video.c

index 8562cca80b362e95734e5a05b6ff235211fad142..d0a438a4b9e5ef30f46fb1824f9d39675b878590 100644 (file)
@@ -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);