Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

leds: lgm-sso: Fix typo in macro for src offset

Replace unused argument pinc with used argument pin.

Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
Link: https://patch.msgid.link/20260312210958.48467-1-rebootrequired42@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Lukas Kraft and committed by
Lee Jones
0e228799 fd93fc35

+1 -1
+1 -1
drivers/leds/blink/leds-lgm-sso.c
··· 25 25 #define LED_BLINK_H8_0 0x0 26 26 #define LED_BLINK_H8_1 0x4 27 27 #define GET_FREQ_OFFSET(pin, src) (((pin) * 6) + ((src) * 2)) 28 - #define GET_SRC_OFFSET(pinc) (((pin) * 6) + 4) 28 + #define GET_SRC_OFFSET(pin) (((pin) * 6) + 4) 29 29 30 30 #define DUTY_CYCLE(x) (0x8 + ((x) * 4)) 31 31 #define SSO_CON0 0x2B0