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

This commit is contained in:
qctecmdr 2020-03-19 20:29:26 -07:00 committed by Gerrit - the friendly Code Review server
commit 7510911563

View File

@ -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;