Commit 38823b29 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] au0828: fix intendation coding style issue



No code change, just fixing a wrong indentation.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e1cf6587
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1562,9 +1562,9 @@ 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 */
		/* 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;