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

diff --git a/a/1.txt b/N1/1.txt
index fe23ba0..2f205d5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -299,7 +299,7 @@ diff -Nru a/drivers/i2c/i2c-prosavage.c b/drivers/i2c/i2c-prosavage.c
 +		return;
 +	}
 +	for (i = MAX_BUSSES - 1; i >= 0; i--) {
-+		if (chip->i2c_bus[i].adap_ok = 0)
++		if (chip->i2c_bus[i].adap_ok == 0)
 +			continue;
 +
 +		ret = i2c_bit_del_bus(&chip->i2c_bus[i].adap);
@@ -327,7 +327,7 @@ diff -Nru a/drivers/i2c/i2c-prosavage.c b/drivers/i2c/i2c-prosavage.c
 +
 +        pci_set_drvdata(dev, kmalloc(sizeof(struct s_i2c_chip), GFP_KERNEL)); 
 +	chip = (struct s_i2c_chip *)pci_get_drvdata(dev);
-+	if (chip = NULL) {
++	if (chip == NULL) {
 +		return -ENOMEM;
 +	}
 +
@@ -337,7 +337,7 @@ diff -Nru a/drivers/i2c/i2c-prosavage.c b/drivers/i2c/i2c-prosavage.c
 +	len  = dev->resource[0].end - base + 1;
 +	chip->mmio = ioremap_nocache(base, len);
 +
-+	if (chip->mmio = NULL) {
++	if (chip->mmio == NULL) {
 +		printk (DRIVER_ID ": ioremap failed\n");
 +		prosavage_remove(dev);
 +		return -ENODEV;
diff --git a/a/content_digest b/N1/content_digest
index 320381f..8cc51ee 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020030623234939.GA11901@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
+ "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[PATCH] i2c driver changes for 2.5.73\0"
- "Date\0Thu, 19 May 2005 06:24:01 +0000\0"
+ "Date\0Mon, 23 Jun 2003 16:51:04 -0700\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -307,7 +307,7 @@
  "+\t\treturn;\n"
  "+\t}\n"
  "+\tfor (i = MAX_BUSSES - 1; i >= 0; i--) {\n"
- "+\t\tif (chip->i2c_bus[i].adap_ok = 0)\n"
+ "+\t\tif (chip->i2c_bus[i].adap_ok == 0)\n"
  "+\t\t\tcontinue;\n"
  "+\n"
  "+\t\tret = i2c_bit_del_bus(&chip->i2c_bus[i].adap);\n"
@@ -335,7 +335,7 @@
  "+\n"
  "+        pci_set_drvdata(dev, kmalloc(sizeof(struct s_i2c_chip), GFP_KERNEL)); \n"
  "+\tchip = (struct s_i2c_chip *)pci_get_drvdata(dev);\n"
- "+\tif (chip = NULL) {\n"
+ "+\tif (chip == NULL) {\n"
  "+\t\treturn -ENOMEM;\n"
  "+\t}\n"
  "+\n"
@@ -345,7 +345,7 @@
  "+\tlen  = dev->resource[0].end - base + 1;\n"
  "+\tchip->mmio = ioremap_nocache(base, len);\n"
  "+\n"
- "+\tif (chip->mmio = NULL) {\n"
+ "+\tif (chip->mmio == NULL) {\n"
  "+\t\tprintk (DRIVER_ID \": ioremap failed\\n\");\n"
  "+\t\tprosavage_remove(dev);\n"
  "+\t\treturn -ENODEV;\n"
@@ -431,4 +431,4 @@
  "+module_init (i2c_prosavage_init);\n"
  +module_exit (i2c_prosavage_exit);
 
-fdef0e8d105f11f1ee8d10de9719a55fe9d5814813230c5ce95758ffd9ddd45d
+b08af84ccf692cccd891d049aa3974ebc82c8bd5e0d2c88ac3f476039a9b543a

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.