mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
f7c7c5aa55
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:
|
||
---|---|---|
.. | ||
gpc.c | ||
gpcv2.c | ||
imx8m-blk-ctrl.c | ||
imx8mp-blk-ctrl.c | ||
imx93-blk-ctrl.c | ||
imx93-pd.c | ||
Kconfig | ||
Makefile | ||
scu-pd.c |