linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the final tree (usb tree related)
@ 2010-08-02  4:18 Stephen Rothwell
  2010-08-13 14:49 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2010-08-02  4:18 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Andy Shevchenko

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

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.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build warning after merge of the final tree (usb tree related)
  2010-08-02  4:18 linux-next: build warning after merge of the final tree (usb tree related) Stephen Rothwell
@ 2010-08-13 14:49 ` Greg KH
  2010-08-13 15:03   ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2010-08-13 14:49 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Andy Shevchenko

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build warning after merge of the final tree (usb tree related)
  2010-08-13 14:49 ` Greg KH
@ 2010-08-13 15:03   ` Andy Shevchenko
  2010-08-13 16:05     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2010-08-13 15:03 UTC (permalink / raw)
  To: Greg KH; +Cc: Stephen Rothwell, linux-next, linux-kernel

On Fri, Aug 13, 2010 at 5:49 PM, Greg KH <greg@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@samsung.com>

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: build warning after merge of the final tree (usb tree related)
  2010-08-13 15:03   ` Andy Shevchenko
@ 2010-08-13 16:05     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-08-13 16:05 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Stephen Rothwell, linux-next, linux-kernel

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@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@samsung.com>

Yes.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-13 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-02  4:18 linux-next: build warning after merge of the final tree (usb tree related) Stephen Rothwell
2010-08-13 14:49 ` Greg KH
2010-08-13 15:03   ` Andy Shevchenko
2010-08-13 16:05     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).