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

diff --git a/a/1.txt b/N1/1.txt
index 4a50406..de889c5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,11 +19,11 @@ diff -Nru a/drivers/i2c/chips/eeprom.c b/drivers/i2c/chips/eeprom.c
 --- a/drivers/i2c/chips/eeprom.c	2005-03-31 15:17:18 -08:00
 +++ b/drivers/i2c/chips/eeprom.c	2005-03-31 15:17:18 -08:00
 @@ -210,10 +210,11 @@
- 		if (i2c_smbus_read_byte_data(new_client, 0x80) = 'P'
- 		 && i2c_smbus_read_byte(new_client) = 'C'
- 		 && i2c_smbus_read_byte(new_client) = 'G'
--		 && i2c_smbus_read_byte(new_client) = '-')
-+		 && i2c_smbus_read_byte(new_client) = '-') {
+ 		if (i2c_smbus_read_byte_data(new_client, 0x80) == 'P'
+ 		 && i2c_smbus_read_byte(new_client) == 'C'
+ 		 && i2c_smbus_read_byte(new_client) == 'G'
+-		 && i2c_smbus_read_byte(new_client) == '-')
++		 && i2c_smbus_read_byte(new_client) == '-') {
  			dev_info(&new_client->dev, "Vaio EEPROM detected, "
  				"enabling password protection\n");
  			data->nature = VAIO;
diff --git a/a/content_digest b/N1/content_digest
index a010a91..c828d37 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0111231139374@kroah.com\0"
- "From\0gregkh@suse.de (Greg KH)\0"
+ "From\0Greg KH <gregkh@suse.de>\0"
  "Subject\0[PATCH] I2C: Fix Vaio EEPROM detection\0"
- "Date\0Thu, 19 May 2005 06:25:47 +0000\0"
+ "Date\0Thu, 31 Mar 2005 15:23:13 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "Cc\0khali@linux-fr.org\0"
@@ -28,11 +28,11 @@
  "--- a/drivers/i2c/chips/eeprom.c\t2005-03-31 15:17:18 -08:00\n"
  "+++ b/drivers/i2c/chips/eeprom.c\t2005-03-31 15:17:18 -08:00\n"
  "@@ -210,10 +210,11 @@\n"
- " \t\tif (i2c_smbus_read_byte_data(new_client, 0x80) = 'P'\n"
- " \t\t && i2c_smbus_read_byte(new_client) = 'C'\n"
- " \t\t && i2c_smbus_read_byte(new_client) = 'G'\n"
- "-\t\t && i2c_smbus_read_byte(new_client) = '-')\n"
- "+\t\t && i2c_smbus_read_byte(new_client) = '-') {\n"
+ " \t\tif (i2c_smbus_read_byte_data(new_client, 0x80) == 'P'\n"
+ " \t\t && i2c_smbus_read_byte(new_client) == 'C'\n"
+ " \t\t && i2c_smbus_read_byte(new_client) == 'G'\n"
+ "-\t\t && i2c_smbus_read_byte(new_client) == '-')\n"
+ "+\t\t && i2c_smbus_read_byte(new_client) == '-') {\n"
  " \t\t\tdev_info(&new_client->dev, \"Vaio EEPROM detected, \"\n"
  " \t\t\t\t\"enabling password protection\\n\");\n"
  " \t\t\tdata->nature = VAIO;\n"
@@ -41,4 +41,4 @@
  " \n"
  " \t/* create the sysfs eeprom file */"
 
-bf5505280c94c70fc34e81058d5a4e74af2b3a532a0a4cd3fa622d9f2e37bd5d
+e3a2173190e8f2904114e6286966cd141186432a6587cc6bc9795189ab6fcc13

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.