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

Commit cf8f86cd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: misc: NB7VPQ904M : enable deep sleep power mode"

parents f3ac06c5 85d856af
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -445,7 +445,6 @@ static int ssusb_redriver_vbus_notifier(struct notifier_block *nb,

	redriver->vbus_active = event;

	if (redriver->vbus_active)
	queue_work(redriver->redriver_wq, &redriver->config_work);

	return NOTIFY_DONE;
@@ -466,7 +465,6 @@ static int ssusb_redriver_id_notifier(struct notifier_block *nb,

	redriver->host_active = host_active;

	if (redriver->host_active)
	queue_work(redriver->redriver_wq, &redriver->config_work);

	return NOTIFY_DONE;