All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100522201801.GK22515@bicker>

diff --git a/a/1.txt b/N1/1.txt
index b7ebe18..3563f72 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,10 +8,10 @@ index 3b70860..ad22baa 100644
 --- a/drivers/scsi/qla2xxx/qla_attr.c
 +++ b/drivers/scsi/qla2xxx/qla_attr.c
 @@ -1211,7 +1211,7 @@ qla24xx_84xx_fw_version_show(struct device *dev,
- 	if (ha->cs84xx && ha->cs84xx->op_fw_version = 0)
+ 	if (ha->cs84xx && ha->cs84xx->op_fw_version == 0)
  		rval = qla84xx_verify_chip(vha, status);
  
--	if ((rval = QLA_SUCCESS) && (status[0] = 0))
-+	if (ha->cs84xx && rval = QLA_SUCCESS && status[0] = 0)
+-	if ((rval == QLA_SUCCESS) && (status[0] == 0))
++	if (ha->cs84xx && rval == QLA_SUCCESS && status[0] == 0)
  		return snprintf(buf, PAGE_SIZE, "%u\n",
  			(uint32_t)ha->cs84xx->op_fw_version);
diff --git a/a/content_digest b/N1/content_digest
index 6eef957..71ce11e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] scsi/qla2xxx: check for null consistently\0"
- "Date\0Sat, 22 May 2010 20:18:01 +0000\0"
+ "Date\0Sat, 22 May 2010 22:18:01 +0200\0"
  "To\0Andrew Vasquez <andrew.vasquez@qlogic.com>\0"
  "Cc\0linux-driver@qlogic.com"
   James E.J. Bottomley <James.Bottomley@suse.de>
@@ -20,12 +20,12 @@
  "--- a/drivers/scsi/qla2xxx/qla_attr.c\n"
  "+++ b/drivers/scsi/qla2xxx/qla_attr.c\n"
  "@@ -1211,7 +1211,7 @@ qla24xx_84xx_fw_version_show(struct device *dev,\n"
- " \tif (ha->cs84xx && ha->cs84xx->op_fw_version = 0)\n"
+ " \tif (ha->cs84xx && ha->cs84xx->op_fw_version == 0)\n"
  " \t\trval = qla84xx_verify_chip(vha, status);\n"
  " \n"
- "-\tif ((rval = QLA_SUCCESS) && (status[0] = 0))\n"
- "+\tif (ha->cs84xx && rval = QLA_SUCCESS && status[0] = 0)\n"
+ "-\tif ((rval == QLA_SUCCESS) && (status[0] == 0))\n"
+ "+\tif (ha->cs84xx && rval == QLA_SUCCESS && status[0] == 0)\n"
  " \t\treturn snprintf(buf, PAGE_SIZE, \"%u\\n\",\n"
  " \t\t\t(uint32_t)ha->cs84xx->op_fw_version);"
 
-4934a615f321dae369181bab6a609f6d91a1f56360a7108c0869e9b3a8cf70d0
+7ad88b6b4b4dd92681139169460392cc8268c492e001242b8f4132da8af6de52

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.