Re: [PATCH] hso: always read interface number from the current altsetting

2015-02-20 Thread Alan Stern
On Fri, 20 Feb 2015, David Miller wrote: > From: Aleksander Morgado > Date: Tue, 17 Feb 2015 11:31:29 +0100 > > > Always read bInterfaceNumber from the current altsetting, not from the > > first one > > available in the altsetting array. This is coming from code review, not > > related > > to

Re: [PATCH] hso: always read interface number from the current altsetting

2015-02-20 Thread David Miller
From: Aleksander Morgado Date: Tue, 17 Feb 2015 11:31:29 +0100 > Always read bInterfaceNumber from the current altsetting, not from the first > one > available in the altsetting array. This is coming from code review, not > related > to any specific bug. > > Signed-off-by: Aleksander Morgado

[PATCH] hso: always read interface number from the current altsetting

2015-02-17 Thread Aleksander Morgado
Always read bInterfaceNumber from the current altsetting, not from the first one available in the altsetting array. This is coming from code review, not related to any specific bug. Signed-off-by: Aleksander Morgado --- drivers/net/usb/hso.c | 13 + 1 file changed, 9 insertions(+), 4