Re: [PATCH] pmdomain: imx93-blk-ctrl: correct remove path

From: Stefan Wahren
Date: Fri Nov 01 2024 - 06:50:30 EST


Am 01.11.24 um 11:12 schrieb Peng Fan (OSS):
From: Peng Fan <peng.fan@xxxxxxx>

The check condition should be 'i < bc->onecell_data.num_domains', not
'bc->onecell_data.num_domains' which will make the look never finish
and cause kernel panic.

Also disable runtime to address
"imx93-blk-ctrl 4ac10000.system-controller: Unbalanced pm_runtime_enable!"

Fixes: e9aa77d413c9 ("soc: imx: add i.MX93 media blk ctrl driver")
Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---

Reviewed-by: Stefan Wahren <wahrenst@xxxxxxx>