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 > >

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

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
Hi, Stephen Thanks for notice. As it is intentional, I will send out a patch to add "/* fall through */" to avoid this build warning, Anson. > -Original Message- > From: Stephen Rothwell [mailto:s...@canb.auug.org.au] > Sent: Tuesday, April 30, 2019 8:20 AM > To: Mike

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 > >

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': >

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

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)