mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drivers: media: platform: rockchip: cif: fix green image when taking photo on rk3126c
Signed-off-by: Allon Huang <allon.huang@rock-chips.com> Change-Id: Iba3a69b85883893df1d696017de9ff0ae75c8e5e
This commit is contained in:
@@ -1094,7 +1094,7 @@ static void rkcif_stop_streaming(struct vb2_queue *queue)
|
||||
if (ret < 0)
|
||||
v4l2_err(v4l2_dev, "pipeline close failed error:%d\n",
|
||||
ret);
|
||||
/*rkcif_soft_reset(dev, false);*/
|
||||
rkcif_soft_reset(dev, false);
|
||||
pm_runtime_put(dev->dev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user