All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53868E20.90902@renesas.com>

diff --git a/a/1.txt b/N1/1.txt
index 781b017..1cdc2b3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -212,11 +212,11 @@ index 0000000..ca301ee
 +
 +		for (time = 0; time < timeout; time++) {
 +			val = readl(regs + RCAR_USB3_DL_CTRL);
-+			if ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) = 0)
++			if ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) == 0)
 +				break;
 +			udelay(1);
 +		}
-+		if (time = timeout) {
++		if (time == timeout) {
 +			retval = -ETIMEDOUT;
 +			break;
 +		}
@@ -234,7 +234,7 @@ index 0000000..ca301ee
 +		}
 +		udelay(1);
 +	}
-+	if (time = timeout)
++	if (time == timeout)
 +		retval = -ETIMEDOUT;
 +
 +	release_firmware(fw);
diff --git a/a/content_digest b/N1/content_digest
index 642fb4e..3cde00f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\0"
  "Subject\0[PATCH v3 2/2] usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers\0"
- "Date\0Thu, 29 May 2014 01:32:16 +0000\0"
+ "Date\0Thu, 29 May 2014 10:32:16 +0900\0"
  "To\0mathias.nyman@intel.com <mathias.nyman@intel.com>"
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  " linux-usb@vger.kernel.org <linux-usb@vger.kernel.org>\0"
@@ -226,11 +226,11 @@
  "+\n"
  "+\t\tfor (time = 0; time < timeout; time++) {\n"
  "+\t\t\tval = readl(regs + RCAR_USB3_DL_CTRL);\n"
- "+\t\t\tif ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) = 0)\n"
+ "+\t\t\tif ((val & RCAR_USB3_DL_CTRL_FW_SET_DATA0) == 0)\n"
  "+\t\t\t\tbreak;\n"
  "+\t\t\tudelay(1);\n"
  "+\t\t}\n"
- "+\t\tif (time = timeout) {\n"
+ "+\t\tif (time == timeout) {\n"
  "+\t\t\tretval = -ETIMEDOUT;\n"
  "+\t\t\tbreak;\n"
  "+\t\t}\n"
@@ -248,7 +248,7 @@
  "+\t\t}\n"
  "+\t\tudelay(1);\n"
  "+\t}\n"
- "+\tif (time = timeout)\n"
+ "+\tif (time == timeout)\n"
  "+\t\tretval = -ETIMEDOUT;\n"
  "+\n"
  "+\trelease_firmware(fw);\n"
@@ -315,4 +315,4 @@
  "-- \n"
  1.7.9.5
 
-2dcb1f8e73ff3a41eb991b2742513d5afe6ddb1115ea1e6324eaa35604f1c171
+0e2610adcb932504899ce881e2acaaf285e250c842702ae6ee61e2c5f6b47bf4

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.