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

2020-07-15 Thread Stephen Boyd
Quoting Stephen Rothwell (2020-07-08 04:10:44) > Hi all, > > On Tue, 30 Jun 2020 10:11:15 +0200 Maxime Ripard wrote: > > > > On Tue, Jun 30, 2020 at 09:53:41AM +1000, Stephen Rothwell wrote: > > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > > > produced this

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

2020-07-08 Thread Stephen Rothwell
Hi all, On Tue, 30 Jun 2020 10:11:15 +0200 Maxime Ripard wrote: > > On Tue, Jun 30, 2020 at 09:53:41AM +1000, Stephen Rothwell wrote: > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > WARNING: modpost: missing MODULE_LICENSE() in

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

2020-06-30 Thread Maxime Ripard
Hi, On Tue, Jun 30, 2020 at 09:53:41AM +1000, Stephen Rothwell wrote: > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/clk/bcm/clk-bcm2711-dvp.o > > Introduced by commit > >

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

2020-06-29 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/bcm/clk-bcm2711-dvp.o Introduced by commit 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver") -- Cheers, Stephen Rothwell

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

2019-08-16 Thread Stephen Boyd
Quoting Stephen Rothwell (2019-08-15 16:57:32) > Hi all, > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > drivers/clk/actions/owl-common.c: In function 'owl_clk_probe': > drivers/clk/actions/owl-common.c:71:24: warning: 'hw' may be used

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

2019-08-15 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/clk/actions/owl-common.c: In function 'owl_clk_probe': drivers/clk/actions/owl-common.c:71:24: warning: 'hw' may be used uninitialized in this function [-Wmaybe-uninitialized]

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

2019-04-29 Thread Stephen Rothwell
Hi Anson, On Tue, 30 Apr 2019 01:44:58 + Anson Huang wrote: > > Thanks for notice. > As it is intentional, I will send out a patch to add "/* fall through > */" to avoid this build warning, Excellent, thanks. -- Cheers, Stephen Rothwell pgpWOKjnAq9zo.pgp Description:

RE: linux-next: build warning after merge of the clk tree

2019-04-29 Thread Anson Huang
8:20 AM > To: Mike Turquette ; Stephen Boyd > > Cc: Linux Next Mailing List ; Linux Kernel Mailing > List ; Anson Huang ; > Gustavo A. R. Silva ; Kees Cook > > Subject: linux-next: build warning after merge of the clk tree > > Hi all, > > After merging the clk tree

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

2019-04-29 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/clk/imx/clk-pllv3.c:453:21: warning: this statement may fall through [-Wimplicit-fallthrough=] pll->denom_offset = PLL_IMX7_DENOM_OFFSET; ^

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

2018-10-18 Thread Stephen Boyd
Quoting Stephen Rothwell (2018-10-17 14:51:53) > Hi all, > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/qcom/gcc-sdm660.o > see include/linux/module.h for more information > >

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

2018-10-18 Thread Stephen Boyd
Quoting Stephen Rothwell (2018-10-17 14:51:53) > Hi all, > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/qcom/gcc-sdm660.o > see include/linux/module.h for more information > >

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

2018-10-17 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/qcom/gcc-sdm660.o see include/linux/module.h for more information Introduced by commit f2a76a2955c0 ("clk: qcom: Add Global

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

2018-10-17 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/qcom/gcc-sdm660.o see include/linux/module.h for more information Introduced by commit f2a76a2955c0 ("clk: qcom: Add Global

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

2016-12-12 Thread Stephen Rothwell
Hi Boris, On Mon, 12 Dec 2016 09:05:21 +0100 Boris Brezillon wrote: > > May I ask which toolchain you're using, because my gcc failed to detect > this uninitialized variable (and this is not the first time I have this > problem). I use a powerpc-le hosted

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

2016-12-12 Thread Stephen Rothwell
Hi Boris, On Mon, 12 Dec 2016 09:05:21 +0100 Boris Brezillon wrote: > > May I ask which toolchain you're using, because my gcc failed to detect > this uninitialized variable (and this is not the first time I have this > problem). I use a powerpc-le hosted cross compiler gcc-5.2.0. -- Cheers,

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

2016-12-12 Thread Boris Brezillon
+Eric Hi Stephen, On Mon, 12 Dec 2016 08:39:44 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the clk tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/clk/bcm/clk-bcm2835.c: In function

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

2016-12-12 Thread Boris Brezillon
+Eric Hi Stephen, On Mon, 12 Dec 2016 08:39:44 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the clk tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_clock_determine_rate': >

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

2016-12-11 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_clock_determine_rate': drivers/clk/bcm/clk-bcm2835.c:1069:18: warning: 'best_rate' may be used uninitialized in this function

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

2016-12-11 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_clock_determine_rate': drivers/clk/bcm/clk-bcm2835.c:1069:18: warning: 'best_rate' may be used uninitialized in this function

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

2015-05-05 Thread Stephen Boyd
On 05/06, Stephen Rothwell wrote: > Hi all, > > After merging the clk tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/clk/clk.c:2231:13: warning: 'clk_is_orphan' defined but not used > [-Wunused-function] > static bool clk_is_orphan(const struct clk

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

2015-05-05 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/clk/clk.c:2231:13: warning: 'clk_is_orphan' defined but not used [-Wunused-function] static bool clk_is_orphan(const struct clk *clk) ^ Introduced by commit

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

2015-05-05 Thread Stephen Rothwell
Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/clk/clk.c:2231:13: warning: 'clk_is_orphan' defined but not used [-Wunused-function] static bool clk_is_orphan(const struct clk *clk) ^ Introduced by commit

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

2015-05-05 Thread Stephen Boyd
On 05/06, Stephen Rothwell wrote: Hi all, After merging the clk tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/clk/clk.c:2231:13: warning: 'clk_is_orphan' defined but not used [-Wunused-function] static bool clk_is_orphan(const struct clk *clk)