Am Dienstag, 10. Januar 2012, 23:15:16 schrieb Bjørn Mork:
> - goto bad_desc;
> + /* Fallback to guessing for rndis
> + * class devices with bogus union
> + * descriptor.
> + * Fixes some Samsung Android devices
> + */
> + if (rndis)
> + info->u = NULL;
> + else
> + goto bad_desc;
You are trying something subtle here. Stop doing that. Use a dedicated flag
or a clearly named goto.
Regards
Oliver
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]