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

Commit 1ab7633e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: bcl_peripheral: Fix deadlock condition not accounted correctly"

parents a175f7bf 3df32f98
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -365,8 +365,7 @@ static int bcl_access_monitor_enable(bool enable)
				/* Fall through to clear the poll work */
			case BCL_PARAM_INACTIVE:
			case BCL_PARAM_POLLING:
				cancel_delayed_work_sync(
					&perph_data->poll_work);
				cancel_delayed_work(&perph_data->poll_work);
				break;
			default:
				break;