Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d4e1dc1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "extcon: usb-gpio: Queue detectable workqueue on resume"

parents c704ca04 9a477737
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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);