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

diff --git a/a/1.txt b/N1/1.txt
index d721cc6..0c998bc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,8 @@ diff -Nru a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c
 -		if (it87_read_value(new_client, IT87_REG_CONFIG) & 0x80)
 -			goto ERROR1;
 -		if (!is_isa
--			&& (it87_read_value(new_client, IT87_REG_I2C_ADDR) !-			address)) goto ERROR1;
+-			&& (it87_read_value(new_client, IT87_REG_I2C_ADDR) !=
+-			address)) goto ERROR1;
 +		if ((it87_read_value(new_client, IT87_REG_CONFIG) & 0x80)
 +		  || (!is_isa
 +		   && it87_read_value(new_client, IT87_REG_I2C_ADDR) != address)) {
diff --git a/a/content_digest b/N1/content_digest
index 2517abf..a8823d9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,7 @@
  "ref\010819814523538@kroah.com\0"
- "ref\010819814492866@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
- "Subject\0[PATCH] I2C update for 2.6.5\0"
- "Date\0Thu, 19 May 2005 06:24:52 +0000\0"
+ "From\0Greg KH <greg@kroah.com>\0"
+ "Subject\0Re: [PATCH] I2C update for 2.6.5\0"
+ "Date\0Wed, 14 Apr 2004 15:24:12 -0700\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -58,7 +57,8 @@
  "-\t\tif (it87_read_value(new_client, IT87_REG_CONFIG) & 0x80)\n"
  "-\t\t\tgoto ERROR1;\n"
  "-\t\tif (!is_isa\n"
- "-\t\t\t&& (it87_read_value(new_client, IT87_REG_I2C_ADDR) !-\t\t\taddress)) goto ERROR1;\n"
+ "-\t\t\t&& (it87_read_value(new_client, IT87_REG_I2C_ADDR) !=\n"
+ "-\t\t\taddress)) goto ERROR1;\n"
  "+\t\tif ((it87_read_value(new_client, IT87_REG_CONFIG) & 0x80)\n"
  "+\t\t  || (!is_isa\n"
  "+\t\t   && it87_read_value(new_client, IT87_REG_I2C_ADDR) != address)) {\n"
@@ -113,4 +113,4 @@
  " \treturn err;\n"
   }
 
-c741ffd272e6e30ea924a8e422825b0a474024e46efe3f5ec59a27f9e38b5edb
+1a51a729659bc64ad14d6e7b993fbd9ccc95102ab0ade16c903fe00e3a386216

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.