diff for duplicates of <20050408123545.GA4961@orphique> diff --git a/a/1.txt b/N1/1.txt index 5c63556..9309ca2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -80,7 +80,7 @@ Gcc is smart enough to optimize charge enable code away. > > + dev_err(&client->dev, "error reading data! %d\n", result); > > + return 0; > > + } else -> > + return (buf[0] = buf[16]) ? 0 : 1; +> > + return (buf[0] == buf[16]) ? 0 : 1; > > +} > > This will fail eventually. The first register is the seconds count, which diff --git a/a/content_digest b/N1/content_digest index 8acd7b3..772ba19 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020050407231904.GE27226@orphique\0" "ref\0FxPJVIPZ.1112958526.4787880.khali@localhost\0" - "From\0ladis@linux-mips.org (Ladislav Michl)\0" - "Subject\0[PATCH] ds1337 4/4\0" - "Date\0Thu, 19 May 2005 06:25:50 +0000\0" + "From\0Ladislav Michl <ladis@linux-mips.org>\0" + "Subject\0Re: [PATCH] ds1337 4/4\0" + "Date\0Fri, 8 Apr 2005 14:35:45 +0200\0" "To\0Jean Delvare <khali@linux-fr.org>\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" LM Sensors <sensors@stimpy.netroedge.com> @@ -92,7 +92,7 @@ "> > +\t\tdev_err(&client->dev, \"error reading data! %d\\n\", result);\n" "> > +\t\treturn 0;\n" "> > +\t} else\n" - "> > +\t\treturn (buf[0] = buf[16]) ? 0 : 1;\n" + "> > +\t\treturn (buf[0] == buf[16]) ? 0 : 1;\n" "> > +}\n" "> \n" "> This will fail eventually. The first register is the seconds count, which\n" @@ -174,4 +174,4 @@ "Have a nice weekend,\n" "\tladis" -2cb6445fe0c005313d0a7b411e3a993897a4614182ff06d290cf6c9797b7ed53 +7d4c439bbc645892760957018a62a5277926c603d0db182457e039f2215c8e93
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.