Re: linux-next: build warning after merge of the leds tree

2019-03-19 Thread Jacek Anaszewski
Hi Stephen, Thank you for the report. On 3/19/19 3:58 AM, Stephen Rothwell wrote: Hi all, After merging the leds tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/leds/leds-pca9532.c: In function 'pca9532_probe': drivers/leds/leds-pca9532.c:536:11: warning:

linux-next: build warning after merge of the leds tree

2019-03-18 Thread Stephen Rothwell
Hi all, After merging the leds tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/leds/leds-pca9532.c: In function 'pca9532_probe': drivers/leds/leds-pca9532.c:536:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] devid =

Re: linux-next: build warning after merge of the leds tree

2019-02-14 Thread Jacek Anaszewski
Hi Stephen and all, On 2/14/19 4:46 AM, Stephen Rothwell wrote: Hi Jacek, After merging the leds tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_firmware_loaded': drivers/leds/leds-lp55xx-common.c:217:1:

Re: linux-next: build warning after merge of the leds tree

2019-02-13 Thread Michal Kazior
On Thu, Feb 14, 2019 at 4:46 AM Stephen Rothwell wrote: > > Hi Jacek, > > After merging the leds tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_firmware_loaded': > drivers/leds/leds-lp55xx-common.c:217:1:

linux-next: build warning after merge of the leds tree

2019-02-13 Thread Stephen Rothwell
Hi Jacek, After merging the leds tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_firmware_loaded': drivers/leds/leds-lp55xx-common.c:217:1: warning: label 'out' defined but not used [-Wunused-label] out: ^~~