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:
Allon Huang
2020-04-10 11:38:59 +08:00
committed by Tao Huang
parent b8a24e8c5d
commit a5c502cb44

View File

@@ -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);
}