From: Hans Verkuil <[email protected]>

No code change, just fixing a wrong indentation.

Signed-off-by: Hans Verkuil <[email protected]>
---
 drivers/media/usb/au0828/au0828-video.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/media/usb/au0828/au0828-video.c 
b/drivers/media/usb/au0828/au0828-video.c
index 25b18d397..e3d8a3c 100644
--- a/drivers/media/usb/au0828/au0828-video.c
+++ b/drivers/media/usb/au0828/au0828-video.c
@@ -1561,12 +1561,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);
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to