Merge branch 'dmi/master'
[deliverable/linux.git] / drivers / usb / gadget / legacy / acm_ms.c
index c16089efc3224124c3960e45e13819e17406c267..c39de65a448baaeb052dc88e662529657de80f6a 100644 (file)
@@ -133,10 +133,6 @@ static int acm_ms_do_config(struct usb_configuration *c)
        if (status < 0)
                goto put_msg;
 
-       status = fsg_common_run_thread(opts->common);
-       if (status)
-               goto remove_acm;
-
        status = usb_add_function(c, f_msg);
        if (status)
                goto remove_acm;
This page took 0.038851 seconds and 5 git commands to generate.