Loading drivers/usb/gadget/configfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ static ssize_t gadget_dev_desc_UDC_store(struct config_item *item, gi->composite.gadget_driver.udc_name = NULL; goto err; } schedule_work(&gi->work); } mutex_unlock(&gi->lock); return len; Loading Loading
drivers/usb/gadget/configfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ static ssize_t gadget_dev_desc_UDC_store(struct config_item *item, gi->composite.gadget_driver.udc_name = NULL; goto err; } schedule_work(&gi->work); } mutex_unlock(&gi->lock); return len; Loading