mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
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:
parent
e5ff23f36d
commit
6d59312619
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user