[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190816181049.630BE206C1@mail.kernel.org>
Date: Fri, 16 Aug 2019 11:10:48 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Mike Turquette <mturquette@...libre.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Subject: Re: linux-next: build warning after merge of the clk tree
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 uninitialized in this function [-Wmaybe-uninitialized]
> const char *name = hw->init->name;
> ~~^~~~~~
>
> Introduced by commit
>
> 20cac6d02815 ("clk: actions: Don't reference clk_init_data after registration")
>
> Clearly not a false positive. :-(
>
Thanks. I fixed it now.
Powered by blists - more mailing lists