diff --git a/[refs] b/[refs] index 9aaa6c7b926e..11f789a0b4eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1cf6587d5ba2085d7e5eae064b1adde5d07f801 +refs/heads/master: 38823b29e70ab6d6b7092ce2fcafe299d0c5dd74 diff --git a/trunk/drivers/media/usb/au0828/au0828-video.c b/trunk/drivers/media/usb/au0828/au0828-video.c index 8562cca80b36..d0a438a4b9e5 100644 --- a/trunk/drivers/media/usb/au0828/au0828-video.c +++ b/trunk/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);