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

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

Merge "asoc: codecs: remove cancel_delayed_work_sync to avoid race condition"

parents 344ba8d7 e83115d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1609,8 +1609,6 @@ static int wsa881x_swr_down(struct swr_device *pdev)
	else
		wsa881x->state = WSA881X_DEV_DOWN;

	if (delayed_work_pending(&wsa881x->ocp_ctl_work))
		cancel_delayed_work_sync(&wsa881x->ocp_ctl_work);
	return ret;
}