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

diff --git a/a/1.txt b/N1/1.txt
index d382c2e..bd87295 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,7 +20,7 @@ diff -Nru a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
 --- a/drivers/i2c/i2c-core.c	2004-11-12 15:22:38 -08:00
 +++ b/drivers/i2c/i2c-core.c	2004-11-12 15:22:38 -08:00
 @@ -760,7 +760,7 @@
- 			if (addr = address_data->normal_i2c[i]) {
+ 			if (addr == address_data->normal_i2c[i]) {
  				found = 1;
  				dev_dbg(&adapter->dev, "found normal i2c entry for adapter %d, "
 -					"addr %02x", adap_id,addr);
@@ -45,7 +45,7 @@ diff -Nru a/drivers/i2c/i2c-sensor-detect.c b/drivers/i2c/i2c-sensor-detect.c
 +++ b/drivers/i2c/i2c-sensor-detect.c	2004-11-12 15:22:38 -08:00
 @@ -115,7 +115,7 @@
  			for (i = 0; !found && (normal_i2c[i] != I2C_CLIENT_END); i += 1) {
- 				if (addr = normal_i2c[i]) {
+ 				if (addr == normal_i2c[i]) {
  					found = 1;
 -					dev_dbg(&adapter->dev, "found normal i2c entry for adapter %d, addr %02x", adapter_id, addr);
 +					dev_dbg(&adapter->dev, "found normal i2c entry for adapter %d, addr %02x\n", adapter_id, addr);
diff --git a/a/content_digest b/N1/content_digest
index acacaf7..d67a4cc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\011003020053782@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
- "Subject\0[PATCH] I2C fixes for 2.6.10-rc1\0"
- "Date\0Thu, 19 May 2005 06:25:22 +0000\0"
+ "From\0Greg KH <greg@kroah.com>\0"
+ "Subject\0Re: [PATCH] I2C fixes for 2.6.10-rc1\0"
+ "Date\0Fri, 12 Nov 2004 15:26:45 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -28,7 +28,7 @@
  "--- a/drivers/i2c/i2c-core.c\t2004-11-12 15:22:38 -08:00\n"
  "+++ b/drivers/i2c/i2c-core.c\t2004-11-12 15:22:38 -08:00\n"
  "@@ -760,7 +760,7 @@\n"
- " \t\t\tif (addr = address_data->normal_i2c[i]) {\n"
+ " \t\t\tif (addr == address_data->normal_i2c[i]) {\n"
  " \t\t\t\tfound = 1;\n"
  " \t\t\t\tdev_dbg(&adapter->dev, \"found normal i2c entry for adapter %d, \"\n"
  "-\t\t\t\t\t\"addr %02x\", adap_id,addr);\n"
@@ -53,7 +53,7 @@
  "+++ b/drivers/i2c/i2c-sensor-detect.c\t2004-11-12 15:22:38 -08:00\n"
  "@@ -115,7 +115,7 @@\n"
  " \t\t\tfor (i = 0; !found && (normal_i2c[i] != I2C_CLIENT_END); i += 1) {\n"
- " \t\t\t\tif (addr = normal_i2c[i]) {\n"
+ " \t\t\t\tif (addr == normal_i2c[i]) {\n"
  " \t\t\t\t\tfound = 1;\n"
  "-\t\t\t\t\tdev_dbg(&adapter->dev, \"found normal i2c entry for adapter %d, addr %02x\", adapter_id, addr);\n"
  "+\t\t\t\t\tdev_dbg(&adapter->dev, \"found normal i2c entry for adapter %d, addr %02x\\n\", adapter_id, addr);\n"
@@ -61,4 +61,4 @@
  " \t\t\t}\n"
  " \t\t}"
 
-fb84ac1c3ebacac453cb9c43545f7e6549eeac330e0acfef69c7a8f9cd3b205b
+3c9b53ccc73fd64fcb9c11c4f19d594f7a38bcaadb8855863f0aa74cc1d7de94

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.