Commits

Bai Ping committed 72a2f622944
MLK-17447 drivers: soc: imx: Fix busfreq mutex unlock twice on imx8mq A 'return' statement is missed before, So the mutex will be unlocked twice, in some corner case, one core will unlock the mutex that locked by anohter core wrongly. Then lead to concurrent access to the DVFS at the same time. Signed-off-by: Bai Ping <ping.bai@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>