[PATCH] arm: s3c: use string choices helper
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Mon Jun 16 17:06:37 PDT 2025
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
arch/arm/mach-s3c/pm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-s3c/pm.c b/arch/arm/mach-s3c/pm.c
index 5698cbceaf7a..6ef037dcb641 100644
--- a/arch/arm/mach-s3c/pm.c
+++ b/arch/arm/mach-s3c/pm.c
@@ -47,7 +47,7 @@ int s3c_irqext_wake(struct irq_data *data, unsigned int state)
return -ENOENT;
printk(KERN_INFO "wake %s for irq %d\n",
- state ? "enabled" : "disabled", data->irq);
+ str_enabled_disabled(state), data->irq);
if (!state)
s3c_irqwake_eintmask |= bit;
--
2.43.0
More information about the linux-arm-kernel
mailing list