Re: [PATCH] net: cdc_ncm: use IAD provided by the USB core

2013-01-27 Thread David Miller
From: Bjørn Mork Date: Sat, 26 Jan 2013 10:36:59 +0100 > commit 9992c2e (net: cdc_ncm: workaround for missing CDC Union) > added code to lookup an IAD for the interface we are probing. > This is redundant. The USB core has already done the lookup > and saved the result in the USB interface struc

[PATCH] net: cdc_ncm: use IAD provided by the USB core

2013-01-26 Thread Bjørn Mork
commit 9992c2e (net: cdc_ncm: workaround for missing CDC Union) added code to lookup an IAD for the interface we are probing. This is redundant. The USB core has already done the lookup and saved the result in the USB interface struct. Use that instead. Cc: Greg Suarez Cc: Alexey Orishko Signe