diff for duplicates of <1359080486-19164-1-git-send-email-airlied@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 080fc05..a8c0932 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -59,7 +59,7 @@ index d449a74..5855d17 100644 - /* attribute controller */ - for (i = 0; i < MAX_NR_CONSOLES; i++) { - struct vc_data *c = vc_cons[i].d; -- if (c && c->vc_sw = &vga_con) +- if (c && c->vc_sw == &vga_con) - c->vc_hi_font_mask = ch512 ? 0x0800 : 0; - } vga_512_chars = ch512; @@ -76,7 +76,7 @@ index d449a74..5855d17 100644 + if (clear_attribs) { + for (i = 0; i < MAX_NR_CONSOLES; i++) { + struct vc_data *c = vc_cons[i].d; -+ if (c && c->vc_sw = &vga_con) { ++ if (c && c->vc_sw == &vga_con) { + /* force hi font mask to 0, so we always clear + the bit on either transition */ + c->vc_hi_font_mask = 0x00; diff --git a/a/content_digest b/N1/content_digest index 21a1cc4..15ded29 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dave Airlie <airlied@gmail.com>\0" "Subject\0[PATCH] vgacon/vt: clear buffer attributes when we load a 512 character font (v2)\0" - "Date\0Fri, 25 Jan 2013 02:21:26 +0000\0" + "Date\0Fri, 25 Jan 2013 12:21:26 +1000\0" "To\0linux-fbdev@vger.kernel.org\0" "Cc\0dri-devel@lists.sf.net" linux-kernel@vger.kernel.org @@ -68,7 +68,7 @@ "-\t\t/* attribute controller */\n" "-\t\tfor (i = 0; i < MAX_NR_CONSOLES; i++) {\n" "-\t\t\tstruct vc_data *c = vc_cons[i].d;\n" - "-\t\t\tif (c && c->vc_sw = &vga_con)\n" + "-\t\t\tif (c && c->vc_sw == &vga_con)\n" "-\t\t\t\tc->vc_hi_font_mask = ch512 ? 0x0800 : 0;\n" "-\t\t}\n" " \t\tvga_512_chars = ch512;\n" @@ -85,7 +85,7 @@ "+\tif (clear_attribs) {\n" "+\t\tfor (i = 0; i < MAX_NR_CONSOLES; i++) {\n" "+\t\t\tstruct vc_data *c = vc_cons[i].d;\n" - "+\t\t\tif (c && c->vc_sw = &vga_con) {\n" + "+\t\t\tif (c && c->vc_sw == &vga_con) {\n" "+\t\t\t\t/* force hi font mask to 0, so we always clear\n" "+\t\t\t\t the bit on either transition */\n" "+\t\t\t\tc->vc_hi_font_mask = 0x00;\n" @@ -112,4 +112,4 @@ "-- \n" 1.8.1 -c06280ada9ab98371ddb25c2679c33e794b62f0e301d19375b1b298de3072f19 +7e90a44c77be52241dc0a4803a38d1eebbeeb7a7b1dba3f334da4d88a2bd99c1
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.