Searched hist:"2637 fd436c60c599e0967faee1903cce58c4a7f9" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/leds/ |
H A D | leds-ti-lmu-common.c | diff 2637fd436c60c599e0967faee1903cce58c4a7f9 Wed Aug 28 17:22:19 CEST 2019 Dan Murphy <dmurphy@ti.com> leds: ti-lmu-common: Fix coccinelle issue in TI LMU
Fix the coccinelle issues found in the TI LMU common code
drivers/leds/leds-ti-lmu-common.c:97:20-29: WARNING: Unsigned expression compared with zero: ramp_down < 0 drivers/leds/leds-ti-lmu-common.c:97:5-12: WARNING: Unsigned expression compared with zero: ramp_up < 0
Fixes: 3fce8e1eb994 ("leds: TI LMU: Add common code for TI LMU devices") Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
|