* [PATCH] arm: omap2: use string choices helper
@ 2025-06-17 0:07 Kuninori Morimoto
2025-06-17 6:20 ` Andy Shevchenko
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2025-06-17 0:07 UTC (permalink / raw)
To: Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros,
Russell King, Tony Lindgren
Cc: Andy Shevchenko, Kees Cook, linux-arm-kernel
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
arch/arm/mach-omap2/board-n8x0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c
index ff2a4a4d8220..969265d5d5c6 100644
--- a/arch/arm/mach-omap2/board-n8x0.c
+++ b/arch/arm/mach-omap2/board-n8x0.c
@@ -167,7 +167,7 @@ static int n8x0_mmc_set_power_menelaus(struct device *dev, int slot,
#ifdef CONFIG_MMC_DEBUG
dev_dbg(dev, "Set slot %d power: %s (vdd %d)\n", slot + 1,
- power_on ? "on" : "off", vdd);
+ str_on_off(power_on), vdd);
#endif
if (slot == 0) {
if (!power_on)
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: omap2: use string choices helper
2025-06-17 0:07 [PATCH] arm: omap2: use string choices helper Kuninori Morimoto
@ 2025-06-17 6:20 ` Andy Shevchenko
0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2025-06-17 6:20 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros,
Russell King, Tony Lindgren, Andy Shevchenko, Kees Cook,
linux-arm-kernel
On Tue, Jun 17, 2025 at 3:07 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
Missing commit message.
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Otherwise
Reviewed-by: Andy Shevchenko <andy@kernel.org>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-17 6:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 0:07 [PATCH] arm: omap2: use string choices helper Kuninori Morimoto
2025-06-17 6:20 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).