Commits
Bai Ping committed c74f3465287
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> (cherry picked from commit 659615af4d35c7f118b7cf346624d423a3b15797)