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

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

Merge "wil6210: fix parsing wigig.ini configuration file"

parents f2bb6b8e 023e9837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ int wil_parse_config_ini(struct wil6210_priv *wil)

		/* parse new line */
		name = strsep(&buffer, "=");
		if (!name) {
		if (!name || !buffer) {
			wil_err(wil, "file parse error at line %d. expecting '='\n",
				line_index);
			rc = -EINVAL;