Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 819b1bb3 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

PM / sleep: Fix symbol name in a comment in kernel/power/main.c

parent 084609bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -272,7 +272,7 @@ static inline void pm_print_times_init(void)
{
{
	pm_print_times_enabled = !!initcall_debug;
	pm_print_times_enabled = !!initcall_debug;
}
}
#else /* !CONFIG_PP_SLEEP_DEBUG */
#else /* !CONFIG_PM_SLEEP_DEBUG */
static inline void pm_print_times_init(void) {}
static inline void pm_print_times_init(void) {}
#endif /* CONFIG_PM_SLEEP_DEBUG */
#endif /* CONFIG_PM_SLEEP_DEBUG */