提交 38823b29 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] au0828: fix intendation coding style issue

No code change, just fixing a wrong indentation.
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: NDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 e1cf6587
...@@ -1562,9 +1562,9 @@ static int vidioc_s_frequency(struct file *file, void *priv, ...@@ -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); dev->dvb.frontend->ops.analog_ops.i2c_gate_ctrl(dev->dvb.frontend, 1);
if (dev->std_set_in_tuner_core == 0) { if (dev->std_set_in_tuner_core == 0) {
/* If we've never sent the standard in tuner core, do so now. We /* If we've never sent the standard in tuner core, do so now.
don't do this at device probe because we don't want to incur We don't do this at device probe because we don't want to
the cost of a firmware load */ incur the cost of a firmware load */
v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_std, v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_std,
dev->vdev->tvnorms); dev->vdev->tvnorms);
dev->std_set_in_tuner_core = 1; dev->std_set_in_tuner_core = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册