You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe()
If an error occurs after a successful clk_imx_acm_attach_pm_domains() call,
it must be undone.
Add an explicit error handling path, re-order the code and add the missing
clk_imx_acm_detach_pm_domains() call.
Fixes: d3a0946 ("clk: imx: imx8: add audio clock mux driver")
Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
0 commit comments