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

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

Merge "cnss2: Assert if cold boot calibration times out in debug builds"

parents 0399c417 2fa7e95a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2019,6 +2019,7 @@ int cnss_wlan_register_driver(struct cnss_wlan_driver *driver_ops)
					  msecs_to_jiffies(timeout) << 2);
	if (!ret) {
		cnss_pr_err("Timeout waiting for calibration to complete\n");
		CNSS_ASSERT(0);

		cal_info = kzalloc(sizeof(*cal_info), GFP_KERNEL);
		if (!cal_info)