Re: [PATCH] powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers

2025-05-17 Thread Madhavan Srinivasan
On Fri, 17 Jan 2025 12:46:20 +0100, Thorsten Blum wrote: > Remove hard-coded strings by using the str_enabled_disabled() and > str_on_off() helper functions. > > Applied to powerpc/next. [1/1] powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers https://git.kernel.org/pow

[PATCH] powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers

2025-01-17 Thread Thorsten Blum
Remove hard-coded strings by using the str_enabled_disabled() and str_on_off() helper functions. Signed-off-by: Thorsten Blum --- arch/powerpc/platforms/powermac/setup.c | 4 ++-- arch/powerpc/platforms/powermac/time.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/arch