diff for duplicates of <20131227023917.GA3908@udknight> diff --git a/a/1.txt b/N1/1.txt index 0d32bf2..022737d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,8 +13,8 @@ index cd8a802..f39931f 100644 "no")); for (j = first_fb_vc; j <= last_fb_vc; j++) { -- if (con2fb_map[j] = i) -+ if (con2fb_map[j] = i) { +- if (con2fb_map[j] == i) ++ if (con2fb_map[j] == i) { mapped = 1; + break; + } diff --git a/a/content_digest b/N1/content_digest index b92fee0..f3953c4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Wang YanQing <udknight@gmail.com>\0" "Subject\0[PATCH] fbcon: trivial optimization for fbcon_exit\0" - "Date\0Fri, 27 Dec 2013 02:39:18 +0000\0" + "Date\0Fri, 27 Dec 2013 10:39:18 +0800\0" "To\0tomi.valkeinen@ti.com\0" "Cc\0plagnioj@jcrosoft.com" airlied@redhat.com @@ -26,8 +26,8 @@ " \t\t\t\"no\"));\n" " \n" " \t\tfor (j = first_fb_vc; j <= last_fb_vc; j++) {\n" - "-\t\t\tif (con2fb_map[j] = i)\n" - "+\t\t\tif (con2fb_map[j] = i) {\n" + "-\t\t\tif (con2fb_map[j] == i)\n" + "+\t\t\tif (con2fb_map[j] == i) {\n" " \t\t\t\tmapped = 1;\n" "+\t\t\t\tbreak;\n" "+\t\t\t}\n" @@ -37,4 +37,4 @@ "-- \n" 1.8.3.4.8.g69490f3.dirty -7fe71f1e8500898de28b6acd21eb714644d1ba88f07a1a74990c70f7f30f86a2 +6c300f4fbb48159d2e33cd014dea7e78a6ff77e244730337c9f33e1507e06cdf
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.