Files
linux-rockchip/drivers/opp
Tao Huang 66275080a4 PM / OPP: Call opp_debug_init() later when CONFIG_INITCALL_ASYNC=y
opp_debug_init() depends on debugfs_init() to register debugfs filesystem.
But opp_debug_init() and debugfs_init() are both in the same
core_initcall level.

Fix this by moving opp_debug_init() to the core_initcall_sync level.

Change-Id: I4e6fa71e424bd1733d2c9aab4893f0f4af1e8099
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2025-04-21 02:19:49 +00:00
..