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

2020-07-06 Thread Stephen Rothwell
Hi all, After merging the mfd tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/mfd/axp20x-i2c.c:82:5: warning: "CONFIG_ACPI" is not defined, evaluates to 0 [-Wundef] 82 | #if CONFIG_ACPI | ^~~ Introduced by commit 20f359cb236b ("mfd:

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

2019-07-02 Thread Lee Jones
On Tue, 02 Jul 2019, Stephen Rothwell wrote: > Hi all, > > On Thu, 27 Jun 2019 11:29:18 +0530 Keerthy wrote: > > > > On 27/06/19 10:41 AM, Stephen Rothwell wrote: > > > Hi Lee, > > > > > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > > > produced this warning: >

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

2019-07-02 Thread Stephen Rothwell
Hi all, On Thu, 27 Jun 2019 11:29:18 +0530 Keerthy wrote: > > On 27/06/19 10:41 AM, Stephen Rothwell wrote: > > Hi Lee, > > > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > drivers/regulator/lp87565-regulator.c: In function > > '

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

2019-06-26 Thread Keerthy
On 27/06/19 10:41 AM, Stephen Rothwell wrote: Hi Lee, After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/regulator/lp87565-regulator.c: In function 'lp87565_regulator_probe': drivers/regulator/lp87565-regulator.c:182:11: warning: this st

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

2018-06-04 Thread Lee Jones
On Tue, 05 Jun 2018, Stephen Rothwell wrote: > Hi Lee, > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/mfd/cros_ec_dev.c:265:13: warning: '__remove' defined but not used > [-Wunused-function] > static void __remove(struct devi

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

2018-06-04 Thread Stephen Rothwell
Hi Lee, After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/mfd/cros_ec_dev.c:265:13: warning: '__remove' defined but not used [-Wunused-function] static void __remove(struct device *dev) { } ^~~~ Introduced by commit 3a

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

2017-11-30 Thread Lee Jones
On Thu, 30 Nov 2017, Stephen Rothwell wrote: > Hi Lee, > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/leds/leds-pm8058.c: In function 'pm8058_led_probe': > drivers/leds/leds-pm8058.c:109:17: warning: cast from pointer to intege

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

2017-11-29 Thread Stephen Rothwell
Hi Lee, After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/leds/leds-pm8058.c: In function 'pm8058_led_probe': drivers/leds/leds-pm8058.c:109:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] led->ledtype

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

2017-01-25 Thread Benjamin Gaignard
2017-01-25 5:54 GMT+01:00 Stephen Rothwell : > Hi Lee, > > After merging the mfd tree, today's linux-next build (powerpc > allyesconfig) produced this warning: > > drivers/pwm/pwm-stm32.c: In function 'stm32_pwm_apply': > drivers/pwm/pwm-stm32.c:204:33: warning: 'curstate.polarity' may be used > u

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

2017-01-24 Thread Stephen Rothwell
Hi Lee, After merging the mfd tree, today's linux-next build (powerpc allyesconfig) produced this warning: drivers/pwm/pwm-stm32.c: In function 'stm32_pwm_apply': drivers/pwm/pwm-stm32.c:204:33: warning: 'curstate.polarity' may be used uninitialized in this function [-Wmaybe-uninitialized] if

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

2013-07-07 Thread Sebastian Andrzej Siewior
On Wed, Jul 03, 2013 at 03:56:55PM +1000, Stephen Rothwell wrote: > Hi Samuel, Hi Stephen, > Introduced by commit 18926edebcb8 ("iio: ti_am335x_adc: Allow to specify > input line"). CONFIG_OF is not set in this build. > > Maybe someone could come up with a way to make these arguments to > of_pro

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

2013-07-02 Thread Stephen Rothwell
Hi Samuel, After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/mfd/ti_am335x_tscadc.c: In function 'ti_tscadc_probe': drivers/mfd/ti_am335x_tscadc.c:95:27: warning: unused variable 'cur' [-Wunused-variable] const __be32*cur;