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

diff --git a/a/1.txt b/N1/1.txt
index 61166e5..146d221 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ diff -Nru a/drivers/i2c/busses/i2c-sis5595.c b/drivers/i2c/busses/i2c-sis5595.c
 +	if (pci_read_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, &val)
 +	    != PCIBIOS_SUCCESSFUL)
  		goto error;
- 	if ((val & 0x80) = 0) {
+ 	if ((val & 0x80) == 0) {
  		dev_info(&SIS5595_dev->dev, "enabling ACPI\n");
 -		if (!pci_write_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, val | 0x80))
 +		if (pci_write_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, val | 0x80)
@@ -59,5 +59,5 @@ diff -Nru a/drivers/i2c/busses/i2c-sis5595.c b/drivers/i2c/busses/i2c-sis5595.c
 +		if (pci_read_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, &val)
 +		    != PCIBIOS_SUCCESSFUL)
  			goto error;
- 		if ((val & 0x80) = 0) {
+ 		if ((val & 0x80) == 0) {
  			/* doesn't work for some chips? */
diff --git a/a/content_digest b/N1/content_digest
index e6f461b..6f7f6c8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\011074523383635@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
+ "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[PATCH] I2C: Fix i2c-sis5595 pci configuration accesses\0"
- "Date\0Thu, 19 May 2005 06:25:35 +0000\0"
+ "Date\0Thu, 3 Feb 2005 09:38:58 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "Cc\0khali@linux-fr.org\0"
@@ -58,7 +58,7 @@
  "+\tif (pci_read_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, &val)\n"
  "+\t    != PCIBIOS_SUCCESSFUL)\n"
  " \t\tgoto error;\n"
- " \tif ((val & 0x80) = 0) {\n"
+ " \tif ((val & 0x80) == 0) {\n"
  " \t\tdev_info(&SIS5595_dev->dev, \"enabling ACPI\\n\");\n"
  "-\t\tif (!pci_write_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, val | 0x80))\n"
  "+\t\tif (pci_write_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, val | 0x80)\n"
@@ -68,7 +68,7 @@
  "+\t\tif (pci_read_config_byte(SIS5595_dev, SIS5595_ENABLE_REG, &val)\n"
  "+\t\t    != PCIBIOS_SUCCESSFUL)\n"
  " \t\t\tgoto error;\n"
- " \t\tif ((val & 0x80) = 0) {\n"
+ " \t\tif ((val & 0x80) == 0) {\n"
  " \t\t\t/* doesn't work for some chips? */"
 
-98cdf4bd8419bbe9a5b5bc5d8dc688414f753950194dc874a6fc9793e37f2bfb
+90dff1c40e072f8e453807871dd9cc011f53c9de0361ebd1227bb6701eb2679b

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.