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

Commit a18ec3d3 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 b5449b40 8508b1a1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1614,8 +1614,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;
}