All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <11099685933363@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 431358b..deae442 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,9 +40,9 @@ diff -Nru a/drivers/acorn/char/i2c.c b/drivers/acorn/char/i2c.c
  
  static int ioc_client_reg(struct i2c_client *client)
  {
--	if (client->id = I2C_DRIVERID_PCF8583 &&
-+	if (client->driver->id = I2C_DRIVERID_PCF8583 &&
- 	    client->addr = 0x50) {
+-	if (client->id == I2C_DRIVERID_PCF8583 &&
++	if (client->driver->id == I2C_DRIVERID_PCF8583 &&
+ 	    client->addr == 0x50) {
  		struct rtc_tm rtctm;
  		unsigned int year;
 diff -Nru a/drivers/acorn/char/pcf8583.c b/drivers/acorn/char/pcf8583.c
diff --git a/a/content_digest b/N1/content_digest
index f30e9e2..a2eefd1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\011099685932577@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
+ "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[PATCH] I2C: Kill i2c_client.id (3/5)\0"
- "Date\0Thu, 19 May 2005 06:25:41 +0000\0"
+ "Date\0Fri, 4 Mar 2005 12:36:33 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "Cc\0khali@linux-fr.org\0"
@@ -49,9 +49,9 @@
  " \n"
  " static int ioc_client_reg(struct i2c_client *client)\n"
  " {\n"
- "-\tif (client->id = I2C_DRIVERID_PCF8583 &&\n"
- "+\tif (client->driver->id = I2C_DRIVERID_PCF8583 &&\n"
- " \t    client->addr = 0x50) {\n"
+ "-\tif (client->id == I2C_DRIVERID_PCF8583 &&\n"
+ "+\tif (client->driver->id == I2C_DRIVERID_PCF8583 &&\n"
+ " \t    client->addr == 0x50) {\n"
  " \t\tstruct rtc_tm rtctm;\n"
  " \t\tunsigned int year;\n"
  "diff -Nru a/drivers/acorn/char/pcf8583.c b/drivers/acorn/char/pcf8583.c\n"
@@ -138,4 +138,4 @@
  " \t\n"
  " \t/* Tell the i2c layer a new client has arrived */"
 
-36051a00122bcaa5cd17e6f28c6e490c8d6e4aeeaed46b14a694b51f08b897ae
+1437723d6c38ff897b0f16de034bfb822e03f06e311522d84d8c97975fbcb006

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.