diff for duplicates of <20150206134334.GA32696@opentech.at> diff --git a/a/1.txt b/N1/1.txt index 76706ac..0c58b4d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ On Thu, 05 Feb 2015, Tormod Volden 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 { @@ -50,7 +50,7 @@ On Thu, 05 Feb 2015, Tormod Volden wrote: > > > > 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? > > Are we sure there isn't a typo in one of the duplicate clauses? Or diff --git a/a/content_digest b/N1/content_digest index 3159a0b..8302d0f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CAArsGaaTfkYcmL2tbxdbv_Jjwuj6HLE3URxHpq4-ju8wK-Ga7w@mail.gmail.com\0" "From\0Nicholas Mc Guire <der.herr@hofr.at>\0" "Subject\0Re: [PATCH RFC] video: fbdev: sis: condition with no effect\0" - "Date\0Fri, 06 Feb 2015 13:43:34 +0000\0" + "Date\0Fri, 6 Feb 2015 14:43:34 +0100\0" "To\0Tormod Volden <lists.tormod@gmail.com>\0" "Cc\0Scot Doyle <lkml14@scotdoyle.com>" Nicholas Mc Guire <hofrat@osadl.org> @@ -48,7 +48,7 @@ "> >> }\n" "> >> } else { /* ---- 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); /* loop filter off */\n" "> >> - SiS_SetCH70xxANDOR(SiS_Pr,0x21,0x01,0xFE); /* ACIV on */\n" "> >> - } else {\n" @@ -66,7 +66,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?\n" "> \n" "> Are we sure there isn't a typo in one of the duplicate clauses? Or\n" @@ -92,4 +92,4 @@ "thx!\n" hofrat -8ec8a2c57029a06e961e5dfa414f1ff90882b0500364a13cb73d7a30030f6c6e +b24f9aca40e4027fd63732640edd31f1b39a4a548ebadd2b7ab7e7f1bcd20ab8
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.