Re: RE: [PATCH v2] usb: core:hub.c: do not print error log on -enomem

2016-11-30 Thread gre...@linuxfoundation.org
On Wed, Nov 30, 2016 at 11:40:28AM +, Atul Raj wrote: > changes in v2 > - added braces as suggested. Why is this here? > > drivers/usb/core/hub.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) No signed off? You didn't cc: linux-usb@vger? Come on, please step back

Re: RE: [PATCH v2] usb: core:hub.c: do not print error log on -enomem

2016-11-30 Thread gre...@linuxfoundation.org
On Wed, Nov 30, 2016 at 11:40:28AM +, Atul Raj wrote: > changes in v2 > - added braces as suggested. Why is this here? > > drivers/usb/core/hub.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) No signed off? You didn't cc: linux-usb@vger? Come on, please step back

RE: RE: [PATCH v2] usb: core:hub.c: do not print error log on -enomem

2016-11-30 Thread Atul Raj
changes in v2 - added braces as suggested. drivers/usb/core/hub.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 749d595..82059f26 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -816,9

RE: RE: [PATCH v2] usb: core:hub.c: do not print error log on -enomem

2016-11-30 Thread Atul Raj
changes in v2 - added braces as suggested. drivers/usb/core/hub.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 749d595..82059f26 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -816,9