clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
authorMiaoqian Lin <linmq006@gmail.com>
Mon, 25 Apr 2022 01:11:17 +0000 (09:11 +0800)
committerAbel Vesa <abel.vesa@nxp.com>
Mon, 2 May 2022 09:35:06 +0000 (12:35 +0300)
commitbfd594b3acbd2656edcc7742e1270d09c0de9d4d
tree4c1f6e85a4215f48dc43956e1b748796405f6545
parent39772efd98adecbd5b8c6096d465d2fcbafbde6a
clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage

If the device is already in a runtime PM enabled state
pm_runtime_get_sync() will return 1.

Also, we need to call pm_runtime_put_noidle() when pm_runtime_get_sync()
fails, so use pm_runtime_resume_and_get() instead. this function
will handle this.

Fixes: 78edeb080330 ("clk: imx: scu: add runtime pm support")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Link: https://lore.kernel.org/r/20220425011117.25093-1-linmq006@gmail.com
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
drivers/clk/imx/clk-scu.c