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

Commit 61f5bd69 authored by Yue Ma's avatar Yue Ma
Browse files

cnss2: Post async work for cold boot calibration



In order to reduce overall boot time, use asynchronous work for
cold boot calibration to avoid blocking other modules.

Change-Id: Id4955aa4ac8aa5a58f41272136c212167b64cc08
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 99a8045e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1822,7 +1822,7 @@ static ssize_t fs_ready_store(struct device *dev,
	if (fs_ready == FILE_SYSTEM_READY) {
		cnss_driver_event_post(plat_priv,
				       CNSS_DRIVER_EVENT_COLD_BOOT_CAL_START,
				       CNSS_EVENT_SYNC, NULL);
				       0, NULL);
	}

	return count;