Re: [PATCH net 3/3] net: cdc_ncm: fix error path for single interface probing

2013-01-22 Thread Bjørn Mork
Oliver Neukum writes: > On Monday 21 January 2013 16:50:40 Bjørn Mork wrote: >> commit bbc8d92 (net: cdc_ncm: add Huawei devices) implemented >> support for devices with a single combined control and data >> interface. Fix up the error path so that we do not double >> release such interfaces in ca

Re: [PATCH net 3/3] net: cdc_ncm: fix error path for single interface probing

2013-01-22 Thread Oliver Neukum
On Monday 21 January 2013 16:50:40 Bjørn Mork wrote: > commit bbc8d92 (net: cdc_ncm: add Huawei devices) implemented > support for devices with a single combined control and data > interface. Fix up the error path so that we do not double > release such interfaces in case of probing failures. Hi B

[PATCH net 3/3] net: cdc_ncm: fix error path for single interface probing

2013-01-21 Thread Bjørn Mork
commit bbc8d92 (net: cdc_ncm: add Huawei devices) implemented support for devices with a single combined control and data interface. Fix up the error path so that we do not double release such interfaces in case of probing failures. Signed-off-by: Bjørn Mork --- drivers/net/usb/cdc_ncm.c |3