+Eric Hi Stephen, On Mon, 12 Dec 2016 08:39:44 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> 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': > drivers/clk/bcm/clk-bcm2835.c:1069:18: warning: 'best_rate' may be used uninitialized in this function [-Wmaybe-uninitialized] > *prate = curdiv * best_rate; > ^ > drivers/clk/bcm/clk-bcm2835.c:1032:16: note: 'best_rate' was declared here > unsigned long best_rate; > ^ > > Introduced by commit > > 155e8b3b0ee3 ("clk: bcm: Support rate change propagation on bcm2835 clocks") > Thanks for the report (I just sent a patch fixing this warning). 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). Regards, Boris -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html