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

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

Merge "fsa4480: Fix headset not detected during system suspend"

parents 2c704d2a d560212d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ static int fsa4480_usbc_event_changed(struct notifier_block *nb,
		dev_dbg(dev, "%s: queueing usbc_analog_work\n",
			__func__);
		pm_stay_awake(fsa_priv->dev);
		schedule_work(&fsa_priv->usbc_analog_work);
		queue_work(system_freezable_wq, &fsa_priv->usbc_analog_work);
		break;
	default:
		break;