Browse Source

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

qctecmdr 4 years ago
parent
commit
a18ec3d3c8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      asoc/codecs/wsa881x.c

+ 0 - 2
asoc/codecs/wsa881x.c

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