memory: stm32_omm: Fix error handling in stm32_omm_configure()
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 9 May 2025 11:04:31 +0000 (14:04 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 12 May 2025 06:32:13 +0000 (08:32 +0200)
commitd44eeb20d9bedce11297a09628ba5dd39db236be
tree1f35cf7d6f45b068702b58100466ffc357cd3f7a
parent9c03507fcd6feae37a94eff376a1aa79700dd54a
memory: stm32_omm: Fix error handling in stm32_omm_configure()

There are two error handling bugs in the stm32_omm_configure() function.
1) The error code needs to be set if clk_get_rate() fails.
2) If devm_reset_control_get_exclusive() then call
   pm_runtime_put_sync_suspend() before returning.

Fixes: 8181d061dcff ("memory: Add STM32 Octo Memory Manager driver")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/a69ce0445324e994ea2ed7493bda1f6046c7ff69.1746781081.git.dan.carpenter@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/stm32_omm.c