Re: [PATCH] usb: hub: no error logs in case of enomem

2016-11-30 Thread gre...@linuxfoundation.org
On Wed, Nov 30, 2016 at 02:32:07PM +, Atul Raj wrote: > All kmalloc-based functions print enough information on failures. > > Signed-off-by: Atul Raj > --- > drivers/usb/core/hub.c | 1 - > 1 file changed, 1 deletion(-) I told you to wait, relax, and work on

[PATCH] usb: hub: no error logs in case of enomem

2016-11-30 Thread Atul Raj
All kmalloc-based functions print enough information on failures. Signed-off-by: Atul Raj --- drivers/usb/core/hub.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index cbb1467..82059f26 100644 --- a/drivers/usb/core/hub.c