Hi Martin,

On Wed, Dec 08, 2010 at 04:28:41PM +0800, [email protected] wrote:
> From: Martin Xu <[email protected]>
Patch applied, with this minor coding style fix:

> +static void tech_add_interface(struct connman_technology *technology,
> +                     int index, const char *name, const char *ident)
> +{
> +     DBG("index %d name %s ident %s", index, name, ident);
> +
> +     if (g_list_find(cdc_interface_list,
> +                     GINT_TO_POINTER((int) index)) != NULL)
> +             return;
> +
> +     cdc_interface_list = g_list_prepend(
> +                                     cdc_interface_list,
I placed cdc_interface_list one line up.

Thanks a lot for your work. Now we only need your small fix for the rtnl
newlink process, and we should have the initial USB tethering support done.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to