[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170103153701.79e58cab@canb.auug.org.au>
Date: Tue, 3 Jan 2017 15:37:01 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Nehal Shah <Nehal-bakulchandra.Shah@....com>
Subject: linux-next: build warning after merge of the pinctrl tree
Hi Linus,
After merging the pinctrl tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/pinctrl/pinctrl-amd.c: In function 'amd_gpio_dbg_show':
drivers/pinctrl/pinctrl-amd.c:210:3: warning: 'pin_num' may be used uninitialized in this function [-Wmaybe-uninitialized]
for (; i < pin_num; i++) {
^
drivers/pinctrl/pinctrl-amd.c:172:21: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
unsigned int bank, i, pin_num;
^
Introduced by commit
3bfd44306c65 ("pinctrl: amd: Add support for additional GPIO")
--
Cheers,
Stephen Rothwell
Powered by blists - more mailing lists