* [PATCH] leds: lgm-sso: Fix typo in macro for src offset
@ 2026-03-12 21:09 Lukas Kraft
2026-03-25 14:16 ` (subset) " Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Kraft @ 2026-03-12 21:09 UTC (permalink / raw)
To: lee, pavel; +Cc: Lukas Kraft, linux-leds, linux-kernel
Replace unused argument pinc with used argument pin.
Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
---
drivers/leds/blink/leds-lgm-sso.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/leds/blink/leds-lgm-sso.c b/drivers/leds/blink/leds-lgm-sso.c
index 8923d2df4704..99cfb8c1bb3f 100644
--- a/drivers/leds/blink/leds-lgm-sso.c
+++ b/drivers/leds/blink/leds-lgm-sso.c
@@ -25,7 +25,7 @@
#define LED_BLINK_H8_0 0x0
#define LED_BLINK_H8_1 0x4
#define GET_FREQ_OFFSET(pin, src) (((pin) * 6) + ((src) * 2))
-#define GET_SRC_OFFSET(pinc) (((pin) * 6) + 4)
+#define GET_SRC_OFFSET(pin) (((pin) * 6) + 4)
#define DUTY_CYCLE(x) (0x8 + ((x) * 4))
#define SSO_CON0 0x2B0
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH] leds: lgm-sso: Fix typo in macro for src offset
2026-03-12 21:09 [PATCH] leds: lgm-sso: Fix typo in macro for src offset Lukas Kraft
@ 2026-03-25 14:16 ` Lee Jones
0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2026-03-25 14:16 UTC (permalink / raw)
To: lee, pavel, Lukas Kraft; +Cc: linux-leds, linux-kernel
On Thu, 12 Mar 2026 22:09:52 +0100, Lukas Kraft wrote:
> Replace unused argument pinc with used argument pin.
Applied, thanks!
[1/1] leds: lgm-sso: Fix typo in macro for src offset
commit: 0e2287999f0432b51a54c235db660789ca657f53
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-25 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-12 21:09 [PATCH] leds: lgm-sso: Fix typo in macro for src offset Lukas Kraft
2026-03-25 14:16 ` (subset) " Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®