mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
media: rockchip: isp1: pm_runtime_put change to sync
Change-Id: If6ff03a7aced3c2795b150b5b807e31f521031c1 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -1486,7 +1486,7 @@ static int rkisp1_isp_sd_s_power(struct v4l2_subdev *sd, int on)
|
||||
}
|
||||
} else {
|
||||
rkisp1_config_clk(isp_dev, on);
|
||||
ret = pm_runtime_put(isp_dev->dev);
|
||||
ret = pm_runtime_put_sync(isp_dev->dev);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user