Prev: nfsd: fix NULL dereference in nfsd_statfs()
Next: [PATCH] bitmap: fix address_space conversion on __bitmap_parse
From: Greg KH on 13 Aug 2010 11:00 On Mon, Aug 02, 2010 at 02:18:23PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) produced these warnings: > > /scratch/sfr/next/drivers/usb/gadget/storage_common.c:718: warning: 'fsg_show_nofua' defined but not used > /scratch/sfr/next/drivers/usb/gadget/storage_common.c:782: warning: 'fsg_store_nofua' defined but not used > /scratch/sfr/next/drivers/usb/gadget/storage_common.c:718: warning: 'fsg_show_nofua' defined but not used > /scratch/sfr/next/drivers/usb/gadget/storage_common.c:782: warning: 'fsg_store_nofua' defined but not used > > Introduced by commit ed4825f7332669779540be27cb263daf22af3b1c ("USB: > gadget: storage: optional SCSI WRITE FUA bit") from the usb tree. Sorry about missing this, I have a patch to fix this up now. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 13 Aug 2010 12:10
On Fri, Aug 13, 2010 at 06:03:49PM +0300, Andy Shevchenko wrote: > On Fri, Aug 13, 2010 at 5:49 PM, Greg KH <greg(a)kroah.com> wrote: > >> After merging the final tree, today's linux-next build (powerpc > >> allyesconfig) produced these warnings: > >> > >> /scratch/sfr/next/drivers/usb/gadget/storage_common.c:718: warning: 'fsg_show_nofua' defined but not used > >> /scratch/sfr/next/drivers/usb/gadget/storage_common.c:782: warning: 'fsg_store_nofua' defined but not used > >> /scratch/sfr/next/drivers/usb/gadget/storage_common.c:718: warning: 'fsg_show_nofua' defined but not used > >> /scratch/sfr/next/drivers/usb/gadget/storage_common.c:782: warning: 'fsg_store_nofua' defined but not used > >> > >> Introduced by commit ed4825f7332669779540be27cb263daf22af3b1c ("USB: > >> gadget: storage: optional SCSI WRITE FUA bit") from the usb tree. > > > > Sorry about missing this, I have a patch to fix this up now. > > I hope you are talking about last Michal's approach: > <550ddf8273d87cb418dd5716cbec906e74aa03d4.1281625724.git.m.nazarewicz(a)samsung.com> Yes. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |