diff for duplicates of <20050816033353.GI24959@litech.org> diff --git a/a/1.txt b/N1/1.txt index 3e99a29..fdc2177 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,7 +34,7 @@ Yeah, I copied those lines from other parts of i2c-core.c. But I'll fix them. > > + driver = list_entry(item, struct i2c_driver, list); -> > + if (driver->id = driver_id) +> > + if (driver->id == driver_id) > > + break; > > + } > > + up(&core_lists); @@ -52,7 +52,7 @@ them. > > + return -ENODEV; > > + > > + /* prevent 24RF08 corruption */ -> > + if ((addr & ~0x0f) = 0x50) +> > + if ((addr & ~0x0f) == 0x50) > > + i2c_smbus_xfer(adapter, addr, 0, 0, 0, > > + I2C_SMBUS_QUICK, NULL); > > + } diff --git a/a/content_digest b/N1/content_digest index 47ad63f..bcf1871 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\020050815175106.GA24959@litech.org\0" "ref\020050815175438.GE24959@litech.org\0" "ref\020050816001413.50b9c6be.khali@linux-fr.org\0" - "From\0lutchann@litech.org (Nathan Lutchansky)\0" - "Subject\0[lm-sensors] Re: [PATCH 4/5] add i2c_probe_device and\0" - "Date\0Tue, 16 Aug 2005 05:34:30 +0000\0" + "From\0Nathan Lutchansky <lutchann@litech.org>\0" + "Subject\0Re: [PATCH 4/5] add i2c_probe_device and i2c_remove_device\0" + "Date\0Mon, 15 Aug 2005 23:33:53 -0400\0" "To\0Jean Delvare <khali@linux-fr.org>\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" LM Sensors <lm-sensors@lm-sensors.org> @@ -46,7 +46,7 @@ "them.\n" "\n" "> > +\t\tdriver = list_entry(item, struct i2c_driver, list);\n" - "> > +\t\tif (driver->id = driver_id)\n" + "> > +\t\tif (driver->id == driver_id)\n" "> > +\t\t\tbreak;\n" "> > +\t}\n" "> > +\tup(&core_lists);\n" @@ -64,7 +64,7 @@ "> > +\t\t\treturn -ENODEV;\n" "> > +\n" "> > +\t\t/* prevent 24RF08 corruption */\n" - "> > +\t\tif ((addr & ~0x0f) = 0x50)\n" + "> > +\t\tif ((addr & ~0x0f) == 0x50)\n" "> > +\t\t\ti2c_smbus_xfer(adapter, addr, 0, 0, 0,\n" "> > +\t\t\t\t I2C_SMBUS_QUICK, NULL);\n" "> > +\t}\n" @@ -87,4 +87,4 @@ "\n" Thank you for all your help! -Nathan -d967defc1c4dfd03fc774563704860622f0c31e9ff35980740231c4e7fdf76d5 +bf2f5dc31539524b1ab14bdfb0b859e3f97129146cad5b5501b0b51094c83aea
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.