diff for duplicates of <1109541347.4948.7.camel@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index a925ce5..c3e97b5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,10 +28,10 @@ static void pluto_setscl(void *data, int state) else pluto_rw(pluto, REG_SLCS, SLCS_SCL, 0); - if ((state) && (pluto->i2cbug = 0)) { + if ((state) && (pluto->i2cbug == 0)) { pluto->i2cbug = 1; } else { - if ((!state) && (pluto->i2cbug = 1)) + if ((!state) && (pluto->i2cbug == 1)) pluto_setsda(pluto, 1); pluto->i2cbug = 0; } diff --git a/a/content_digest b/N1/content_digest index ee8643b..c338b25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,9 @@ "ref\020050227103538.218fa1b0.khali@linux-fr.org\0" "ref\01109528034.4564.16.camel@localhost.localdomain\0" "ref\020050227195226.23aa5a51.khali@linux-fr.org\0" - "From\0obi@saftware.de (Andreas Oberritter)\0" - "Subject\0[PATCH] possible bug in i2c-algo-bit's inb function\0" - "Date\0Thu, 19 May 2005 06:25:40 +0000\0" + "From\0Andreas Oberritter <obi@saftware.de>\0" + "Subject\0Re: [PATCH] possible bug in i2c-algo-bit's inb function\0" + "Date\0Sun, 27 Feb 2005 22:55:47 +0100\0" "To\0LM Sensors <sensors@stimpy.netroedge.com>" " LKML <linux-kernel@vger.kernel.org>\0" "Cc\0Greg KH <greg@kroah.com>\0" @@ -40,10 +40,10 @@ " else\n" " pluto_rw(pluto, REG_SLCS, SLCS_SCL, 0);\n" "\n" - " if ((state) && (pluto->i2cbug = 0)) {\n" + " if ((state) && (pluto->i2cbug == 0)) {\n" " pluto->i2cbug = 1;\n" " } else {\n" - " if ((!state) && (pluto->i2cbug = 1))\n" + " if ((!state) && (pluto->i2cbug == 1))\n" " pluto_setsda(pluto, 1);\n" " pluto->i2cbug = 0;\n" " }\n" @@ -52,4 +52,4 @@ "Regards,\n" Andreas -63c4c2b713507d12bfde5b83f602cdd0ffb6943e7ab90234f496978cf191570b +6615362229dc3c6cb2edb86c6b5243c4436cc0eb6dbdc3d0e2cc06aaa2e78d90
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.