Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247903
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ahci: qoriq: Fix a compiling warning |
| Date | 2015-10-15 17:40 +0200 |
| Message-ID | <qjSNk-2aP-17@gated-at.bofh.it> (permalink) |
| References | <qjStZ-1O0-35@gated-at.bofh.it> <qjStY-1O0-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thursday 15 October 2015 11:11:52 Tejun Heo wrote: > > On Wed, Oct 14, 2015 at 04:46:52PM +0800, Tang Yuantian wrote: > > kbuild test robot reports the warnings: > > drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': > > >> include/asm-generic/io.h:163:2: warning: 'px_is' may be used > > >> uninitialized in this function [-Wuninitialized] > > drivers/ata/ahci_qoriq.c:70:14: note: 'px_is' was declared here > > >> include/asm-generic/io.h:163:2: warning: 'px_cmd' may be used > > >> uninitialized in this function [-Wuninitialized] > > drivers/ata/ahci_qoriq.c:70:6: note: 'px_cmd' was declared here > > > > This patch fixed it by introducing a local variable. > > > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > > Hmmm... why is the patch signed off by Arnd? You can't sign off for > other people. If this was suggested by Arnd, please use > "Suggested-by:" or "Original-patch-by:". The original patch I sent had my Signed-off-by, see https://lkml.org/lkml/2015/9/14/64 Tang Yuantian now submitted it properly with a full changelog text but forgot to add the 'From: Arnd Bergmann <arnd@arndb.de>' line at the start and the second Signed-off-by below mine. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] ahci: qoriq: Fix a compiling warning Tejun Heo <tj@kernel.org> - 2015-10-15 17:20 +0200
Re: [PATCH] ahci: qoriq: Fix a compiling warning Arnd Bergmann <arnd@arndb.de> - 2015-10-15 17:40 +0200
Re: [PATCH] ahci: qoriq: Fix a compiling warning Tejun Heo <tj@kernel.org> - 2015-10-15 18:10 +0200
Re: [PATCH] ahci: qoriq: Fix a compiling warning Arnd Bergmann <arnd@arndb.de> - 2015-10-15 21:50 +0200
RE: [PATCH] ahci: qoriq: Fix a compiling warning Yuantian Tang <Yuantian.Tang@freescale.com> - 2015-10-16 04:50 +0200
csiph-web