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

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

Merge "disp: msm: dsi: fix boot display name parsing"

parents 0b595d4f 08493b41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2574,7 +2574,7 @@ static int dsi_display_parse_boot_display_selection(void)
		strlcpy(disp_buf, boot_displays[i].boot_param,
			MAX_CMDLINE_PARAM_LEN);

		pos = strnstr(disp_buf, ":", MAX_CMDLINE_PARAM_LEN);
		pos = strnstr(disp_buf, ":", strlen(disp_buf));

		/* Use ':' as a delimiter to retrieve the display name */
		if (!pos) {