Loading drivers/extcon/extcon-usb-gpio.c +2 −3 Original line number Diff line number Diff line Loading @@ -277,7 +277,6 @@ static int usb_extcon_resume(struct device *dev) if (info->vbus_gpiod) enable_irq(info->vbus_irq); if (!device_may_wakeup(dev)) queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, 0); Loading Loading
drivers/extcon/extcon-usb-gpio.c +2 −3 Original line number Diff line number Diff line Loading @@ -277,7 +277,6 @@ static int usb_extcon_resume(struct device *dev) if (info->vbus_gpiod) enable_irq(info->vbus_irq); if (!device_may_wakeup(dev)) queue_delayed_work(system_power_efficient_wq, &info->wq_detcable, 0); Loading