diff for duplicates of <alpine.LNX.2.11.1502052013430.700@localhost> diff --git a/a/1.txt b/N1/1.txt index 3fe3f77..008b041 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ On Wed, 4 Feb 2015, Nicholas Mc Guire wrote: > } > } else { /* ---- PAL ---- */ > /* We don't play around with FSCI in PAL mode */ -> - if(resindex = 0x04) { +> - if(resindex == 0x04) { > - SiS_SetCH70xxANDOR(SiS_Pr,0x20,0x00,0xEF); /* loop filter off */ > - SiS_SetCH70xxANDOR(SiS_Pr,0x21,0x01,0xFE); /* ACIV on */ > - } else { @@ -47,5 +47,5 @@ in Linux 2.4.19. Lines 7934-7981 consider three variables: PAL, overscan, and resindex. Given the "#ifdef 0" block, couldn't the current six sections collapse -into two? One for (!PAL && overscan && resindex=5) and another for the +into two? One for (!PAL && overscan && resindex==5) and another for the rest? diff --git a/a/content_digest b/N1/content_digest index 9a6037c..01286b5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01423049774-16305-1-git-send-email-hofrat@osadl.org\0" "From\0Scot Doyle <lkml14@scotdoyle.com>\0" "Subject\0Re: [PATCH RFC] video: fbdev: sis: condition with no effect\0" - "Date\0Thu, 05 Feb 2015 20:45:59 +0000\0" + "Date\0Thu, 5 Feb 2015 20:45:59 +0000 (UTC)\0" "To\0Nicholas Mc Guire <hofrat@osadl.org>\0" "Cc\0Thomas Winischhofer <thomas@winischhofer.net>" Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> @@ -41,7 +41,7 @@ "> }\n" "> } else {\t\t\t\t\t\t/* ---- PAL ---- */\n" "> /* We don't play around with FSCI in PAL mode */\n" - "> - if(resindex = 0x04) {\n" + "> - if(resindex == 0x04) {\n" "> - SiS_SetCH70xxANDOR(SiS_Pr,0x20,0x00,0xEF);\t/* loop filter off */\n" "> - SiS_SetCH70xxANDOR(SiS_Pr,0x21,0x01,0xFE);\t/* ACIV on */\n" "> - } else {\n" @@ -59,7 +59,7 @@ "\n" "Lines 7934-7981 consider three variables: PAL, overscan, and resindex. \n" "Given the \"#ifdef 0\" block, couldn't the current six sections collapse \n" - "into two? One for (!PAL && overscan && resindex=5) and another for the \n" + "into two? One for (!PAL && overscan && resindex==5) and another for the \n" rest? -93b10a01dc0b93e828d8cc74da9dfbfa4e83ebfacc4c27a8e9a18f3c79b7211a +0518ab2aa4e2f91c94d7054d7e1a72f94982fe0e976958d8c57ef3f623ecbc8e
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.