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

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

Merge "cnss2: Post async work for cold boot calibration"

parents c56762e1 61f5bd69
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;