提交 971dfc67 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] bw-qcam: remove unnecessary qc_reset and qc_setscanmode calls

These are already done elsewhere.
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 1888e4a9
......@@ -421,8 +421,6 @@ static void qc_set(struct qcam *q)
int val;
int val2;
qc_reset(q);
/* Set the brightness. Yes, this is repetitive, but it works.
* Shorter versions seem to fail subtly. Feel free to try :-). */
/* I think the problem was in qc_command, not here -- bls */
......@@ -879,10 +877,8 @@ static int qcam_s_ctrl(struct v4l2_ctrl *ctrl)
ret = -EINVAL;
break;
}
if (ret == 0) {
qc_setscanmode(qcam);
if (ret == 0)
qcam->status |= QC_PARAM_CHANGE;
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册