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