]> www.infradead.org Git - users/jedix/linux-maple.git/commit
leds: ss4200: Fix the wrong format specifier for 'blinking'
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Mon, 11 Nov 2024 06:58:09 +0000 (22:58 -0800)
committerLee Jones <lee@kernel.org>
Tue, 12 Nov 2024 14:39:26 +0000 (14:39 +0000)
commite8501858035b1f95468da525e7357c8c33811b88
tree0511f120b2cd9ef1f84fdb2438552879341bf744
parent8cb08101835d98fd69cfa2a2b06146eddc057df6
leds: ss4200: Fix the wrong format specifier for 'blinking'

The format specifier of "signed int" in sprintf() should be "%d", not
"%u".

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241111065809.3814-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-ss4200.c