Re: [PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-27 Thread Jacek Anaszewski
Dan, On 8/27/19 3:37 PM, Dan Murphy wrote: > Jacek > > On 8/26/19 2:34 PM, Jacek Anaszewski wrote: >> Dan, >> >> On 8/26/19 4:53 PM, Dan Murphy wrote: >>> Jacek >>> >>> On 8/24/19 10:18 AM, Jacek Anaszewski wrote: Hi Dan, Thank you for the patch. On 8/23/19 9:55 PM, Dan

Re: [PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-27 Thread Dan Murphy
Jacek On 8/26/19 2:34 PM, Jacek Anaszewski wrote: Dan, On 8/26/19 4:53 PM, Dan Murphy wrote: Jacek On 8/24/19 10:18 AM, Jacek Anaszewski wrote: Hi Dan, Thank you for the patch. On 8/23/19 9:55 PM, Dan Murphy wrote: Fix the coccinelle issues found in the TI LMU common code

Re: [PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-26 Thread Jacek Anaszewski
Dan, On 8/26/19 4:53 PM, Dan Murphy wrote: > Jacek > > On 8/24/19 10:18 AM, Jacek Anaszewski wrote: >> Hi Dan, >> >> Thank you for the patch. >> >> On 8/23/19 9:55 PM, Dan Murphy wrote: >>> Fix the coccinelle issues found in the TI LMU common code >>> >>>

Re: [PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-26 Thread Dan Murphy
Jacek On 8/24/19 10:18 AM, Jacek Anaszewski wrote: Hi Dan, Thank you for the patch. On 8/23/19 9:55 PM, Dan Murphy wrote: 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

Re: [PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-24 Thread Jacek Anaszewski
Hi Dan, Thank you for the patch. On 8/23/19 9:55 PM, Dan Murphy wrote: > 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:

[PATCH] leds: ti-lmu-common: Fix coccinelle issue in TI LMU

2019-08-23 Thread Dan Murphy
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: f717460ba4d7