[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <66b5bf04-09fa-433f-85d2-6e450cecab05@email.android.com>
Date: Sat, 19 Jan 2013 13:18:39 +0100
From: Bjørn Mork <bjorn@...k.no>
To: netdev@...r.kernel.org
CC: linux-usb@...r.kernel.org, Greg Suarez <gsuarez@...thmicro.com>,
Alexey Orishko <alexey.orishko@...ricsson.com>
Subject: Re: [PATCH net] net: cdc_ncm: workaround for missing CDC Union
>+ for (i = 0; i < USB_MAXIADS; i++) {
>+ iad = udev->actconfig->intf_assoc[i];
>+ if (iad->bFirstInterface == mnum && iad->bInterfaceCount == 2)
>+ return usb_ifnum_to_if(udev, mnum + 1);
Ouch. This looks buggy. Please do not apply. I will send a fixed version later.
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists