소스 검색

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

qctecmdr 5 년 전
부모
커밋
b15ed9edec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      msm/dsi/dsi_display.c

+ 1 - 1
msm/dsi/dsi_display.c

@@ -2160,7 +2160,7 @@ static void dsi_display_parse_cmdline_topology(struct dsi_display *display,
 	else
 		boot_str = dsi_display_secondary;
 
-	sw_te = strnstr(boot_str, ":swte", strlen(boot_str));
+	sw_te = strnstr(boot_str, ":sim-swte", strlen(boot_str));
 	if (sw_te)
 		display->sw_te_using_wd = true;