[patch -next] usb, gadget: use appropriate warning accessors

2013-04-07 Thread David Rientjes
drivers/usb/gadget/configfs.c: In function 'configfs_do_nothing': drivers/usb/gadget/configfs.c:733:2: error: implicit declaration of function '__WARN' Reported-by: Randy Dunlap Signed-off-by: David Rientjes --- drivers/usb/gadget/configfs.c | 4 ++-- 1 fi

Re: [PATCH V2] usb: storage: Convert US_DEBUGP to usb_stor_dbg

2013-04-22 Thread David Rientjes
On Fri, 19 Apr 2013, Joe Perches wrote: > @@ -966,11 +934,13 @@ static int realtek_cr_autosuspend_setup(struct us_data > *us) > static void realtek_cr_destructor(void *extra) > { > struct rts51x_chip *chip = (struct rts51x_chip *)extra; > - > - US_DEBUGP("%s: <---\n", __func__); > +

Re: [PATCH V2] usb: storage: Convert US_DEBUGP to usb_stor_dbg

2013-04-26 Thread David Rientjes
to usb_stor_dbg"). > > Cc: Joe Perches > Cc: David Rientjes > Cc: Greg KH > Signed-off-by: Andrew Morton Acked-by: David Rientjes Fixes it for me, thanks Andrew. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a mess

[patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
ChipIdea host a normal EHCI driver"). Cc: sta...@vger.kernel.org [v3.7+] Signed-off-by: David Rientjes --- drivers/usb/chipidea/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig --- a/drivers/usb/chipidea/K

Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
On Fri, 26 Apr 2013, Greg Kroah-Hartman wrote: > I think you mean "3.9" in your subject: right? > It's your subsystem, if you want to release a kernel with a known-broken config, that's your call. > On Fri, Apr 26, 2013 at 01:25:01PM -0700, David Rientjes wro

Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
On Fri, 26 Apr 2013, Greg Kroah-Hartman wrote: > > It's your subsystem, if you want to release a kernel with a known-broken > > config, that's your call. > > As you point out, it's been "known broken" since 3.7, no rush now to fix > it, especially so late in the merge window. :) > It's "known

Re: Linux 3.16-rc6

2014-07-23 Thread David Rientjes
On Wed, 23 Jul 2014, Linus Torvalds wrote: > > Well, it looks like we f*cked up something after -rc5 since I'm starting > > to see lockdep splats all over the place which I didn't see before. I'm > > running rc6 + tip/master. > > > > There was one in r8169 yesterday: > > > > https://lkml.kernel.or