Re: [PATCH 1/3] hub: debug message for failing to enable device

2014-02-27 Thread Greg KH
On Thu, Feb 27, 2014 at 10:57:10AM +0100, oli...@neukum.org wrote: > From: Oliver Neukum > > This error case isn't reported during enumeration. > > Signed-off-by: Oliver Neukum > --- > drivers/usb/core/hub.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) What happened to patch 3

[PATCH 1/3] hub: debug message for failing to enable device

2014-02-27 Thread oliver
From: Oliver Neukum This error case isn't reported during enumeration. Signed-off-by: Oliver Neukum --- drivers/usb/core/hub.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 726f4a1..3489bf1 100644 --- a/drivers/us