]> www.infradead.org Git - users/jedix/linux-maple.git/commit
leds: bcm6328: Replace divide condition with comparison for shift value
authorDipendra Khadka <kdipendra88@gmail.com>
Sat, 19 Oct 2024 07:33:01 +0000 (07:33 +0000)
committerLee Jones <lee@kernel.org>
Thu, 31 Oct 2024 16:22:23 +0000 (16:22 +0000)
commit99d36eed05e735105e89e0a18877518c08618e52
tree56145b37732829aaab299c7845ba787825eb86cb
parent09b1ef9813a0742674f7efe26104403ca94a1b4a
leds: bcm6328: Replace divide condition with comparison for shift value

Fixes the following Smatch warnings:
drivers/leds/leds-bcm6328.c:116 bcm6328_led_mode() warn: replace divide condition 'shift / 16' with 'shift >= 16'
drivers/leds/leds-bcm6328.c:360 bcm6328_led() warn: replace divide condition 'shift / 16' with 'shift >= 16'

Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Link: https://lore.kernel.org/r/20241019073302.35499-1-kdipendra88@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-bcm6328.c