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

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

Merge "cnss2: Fix implicit conversion compile warning"

parents 0aa4771a 300bc40c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -660,7 +660,7 @@ int cnss_wlfw_wlan_mode_send_sync(struct cnss_plat_data *plat_priv,
		return -ENOMEM;
	}

	req->mode = mode;
	req->mode = (enum wlfw_driver_mode_enum_v01)mode;
	req->hw_debug_valid = 1;
	req->hw_debug = 0;