Re: [RESEND PATCH] powerpc: mpic: Use str_enabled_disabled() helper function

2025-02-24 Thread Thorsten Blum
Hi Christophe, > On 24. Feb 2025, at 13:56, Christophe Leroy wrote: > Le 19/02/2025 à 12:20, Thorsten Blum a écrit : >> Remove hard-coded strings by using the str_enabled_disabled() helper >> function. >> Use pr_debug() instead of printk(KERN_DEBUG) to silence a checkpatch >> warning. >> Reviewed-

Re: [RESEND PATCH] powerpc: mpic: Use str_enabled_disabled() helper function

2025-02-24 Thread Christophe Leroy
Hi, Le 19/02/2025 à 12:20, Thorsten Blum a écrit : Remove hard-coded strings by using the str_enabled_disabled() helper function. Use pr_debug() instead of printk(KERN_DEBUG) to silence a checkpatch warning. Reviewed-by: Ricardo B. Marlière Signed-off-by: Thorsten Blum --- When you resend

[RESEND PATCH] powerpc: mpic: Use str_enabled_disabled() helper function

2025-02-19 Thread Thorsten Blum
Remove hard-coded strings by using the str_enabled_disabled() helper function. Use pr_debug() instead of printk(KERN_DEBUG) to silence a checkpatch warning. Reviewed-by: Ricardo B. Marlière Signed-off-by: Thorsten Blum --- arch/powerpc/sysdev/mpic.c | 7 --- 1 file changed, 4 insertions(+)