All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: usb tree build warning
@ 2009-11-30  6:01 Stephen Rothwell
  2009-12-01 16:23 ` Alan Stern
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2009-11-30  6:01 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Stern

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

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) produced this warning:

drivers/net/wimax/i2400m/usb.c: In function 'i2400mu_suspend':
drivers/net/wimax/i2400m/usb.c:595: warning: unused variable 'usb_dev'

Introduced by commit a85c653a3945350875611d3cb071a0143cfeb2d2 ("USB:
remove the auto_pm flag") which removed the last usage in this function.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: usb tree build warning
  2009-11-30  6:01 linux-next: usb tree build warning Stephen Rothwell
@ 2009-12-01 16:23 ` Alan Stern
  2009-12-08  0:40   ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Stern @ 2009-12-01 16:23 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, Kernel development list

On Mon, 30 Nov 2009, Stephen Rothwell wrote:

> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) produced this warning:
> 
> drivers/net/wimax/i2400m/usb.c: In function 'i2400mu_suspend':
> drivers/net/wimax/i2400m/usb.c:595: warning: unused variable 'usb_dev'
> 
> Introduced by commit a85c653a3945350875611d3cb071a0143cfeb2d2 ("USB:
> remove the auto_pm flag") which removed the last usage in this function.

Greg, can you fix this?  Simply modify the patch to eliminate the 
unused local variable and the enclosing #ifdef.

Thanks,

Alan Stern


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

* Re: linux-next: usb tree build warning
  2009-12-01 16:23 ` Alan Stern
@ 2009-12-08  0:40   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2009-12-08  0:40 UTC (permalink / raw)
  To: Alan Stern; +Cc: linux-next, Kernel development list

On Tue, Dec 01, 2009 at 11:23:02AM -0500, Alan Stern wrote:
> On Mon, 30 Nov 2009, Stephen Rothwell wrote:
> 
> > Hi Greg,
> > 
> > Today's linux-next build (x86_64 allmodconfig) produced this warning:
> > 
> > drivers/net/wimax/i2400m/usb.c: In function 'i2400mu_suspend':
> > drivers/net/wimax/i2400m/usb.c:595: warning: unused variable 'usb_dev'
> > 
> > Introduced by commit a85c653a3945350875611d3cb071a0143cfeb2d2 ("USB:
> > remove the auto_pm flag") which removed the last usage in this function.
> 
> Greg, can you fix this?  Simply modify the patch to eliminate the 
> unused local variable and the enclosing #ifdef.

Now fixed up.

thanks,

greg k-h

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

* Re: linux-next: usb tree build warning
  2009-12-24  0:01 Stephen Rothwell
@ 2009-12-24  0:51 ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2009-12-24  0:51 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Oliver Neukum

On Thu, Dec 24, 2009 at 11:01:09AM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) produced this warning:
> 
> drivers/usb/core/sysfs.c: In function 'set_reset_quirk':
> drivers/usb/core/sysfs.c:201: warning: unused variable 'value'
> 
> Introduced by commit 9bc2b949ea002c26fafa8c8aa82595ff56075d4f ("USB:
> Export USB_QUIRK_RESET_MORPHS through sysfs").

Thanks, I have a follow-up patch in my queue that fixes this.  I'll
merge it together.

greg k-h

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

* linux-next: usb tree build warning
@ 2009-12-24  0:01 Stephen Rothwell
  2009-12-24  0:51 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2009-12-24  0:01 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Oliver Neukum

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

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) produced this warning:

drivers/usb/core/sysfs.c: In function 'set_reset_quirk':
drivers/usb/core/sysfs.c:201: warning: unused variable 'value'

Introduced by commit 9bc2b949ea002c26fafa8c8aa82595ff56075d4f ("USB:
Export USB_QUIRK_RESET_MORPHS through sysfs").
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* linux-next: usb tree build warning
@ 2009-11-25 11:35 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-11-25 11:35 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Michal Nazarewicz

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

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) produced this warning:

drivers/usb/gadget/multi.c:30:1: warning: "CONFIG_USB_ETH_RNDIS" redefined
In file included from <command-line>:0:
./include/generated/autoconf.h:185:1: warning: this is the location of the previous definition

Introduced by commit a8e2db2fc35a9c4599181730ef5772376232e881 ("USB: g_multi: Multifunction Composite Gadget added").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

end of thread, other threads:[~2009-12-24  0:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-30  6:01 linux-next: usb tree build warning Stephen Rothwell
2009-12-01 16:23 ` Alan Stern
2009-12-08  0:40   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-12-24  0:01 Stephen Rothwell
2009-12-24  0:51 ` Greg KH
2009-11-25 11:35 Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.