Re: [PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread David Miller
From: Greg KH Date: Wed, 21 Aug 2013 09:25:07 -0700 > On Wed, Aug 21, 2013 at 01:43:07AM -0700, Daniel Gimpelevich wrote: >> There is no need to get an interface specification if we know it's the >> wrong one. >> >> Signed-off-by: Daniel Gimpelevich > > Acked-by: Greg Kroah-Hartman

Re: [PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread Greg KH
On Wed, Aug 21, 2013 at 01:43:07AM -0700, Daniel Gimpelevich wrote: > There is no need to get an interface specification if we know it's the > wrong one. > > Signed-off-by: Daniel Gimpelevich Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread Daniel Gimpelevich
There is no need to get an interface specification if we know it's the wrong one. Signed-off-by: Daniel Gimpelevich --- drivers/net/usb/hso.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index cba1d46..5fb36ed

[PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread Daniel Gimpelevich
There is no need to get an interface specification if we know it's the wrong one. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- drivers/net/usb/hso.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/usb/hso.c

Re: [PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread Greg KH
On Wed, Aug 21, 2013 at 01:43:07AM -0700, Daniel Gimpelevich wrote: There is no need to get an interface specification if we know it's the wrong one. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org -- To

Re: [PATCH 1/2] hso: Earlier catch of error condition

2013-08-21 Thread David Miller
From: Greg KH gre...@linuxfoundation.org Date: Wed, 21 Aug 2013 09:25:07 -0700 On Wed, Aug 21, 2013 at 01:43:07AM -0700, Daniel Gimpelevich wrote: There is no need to get an interface specification if we know it's the wrong one. Signed-off-by: Daniel Gimpelevich