media: soc_camera: fixed camera stop timeout error.

Change-Id: I72a34625706135f35b4231abcec8cc683b2319dc
Signed-off-by: Kaige Li <kevin.li@rock-chips.com>
This commit is contained in:
Kaige Li 2018-06-12 09:02:53 +08:00 committed by Tao Huang
parent e5ff23f36d
commit 6d59312619

View File

@ -1045,7 +1045,6 @@ static int soc_camera_streamoff(struct file *file, void *priv,
return -EBUSY;
/* ddl@rock-chips.com: v0.1.1 */
v4l2_subdev_call(sd, video, s_stream, 0);
if (ici->ops->s_stream)
ici->ops->s_stream(icd, 0);