diff for duplicates of <5379D805.3070002@renesas.com> diff --git a/a/1.txt b/N1/1.txt index 2c894c0..42d0d33 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -213,11 +213,11 @@ index 0000000..3c0bfae + + 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; + } @@ -235,7 +235,7 @@ index 0000000..3c0bfae + } + udelay(1); + } -+ if (time = timeout) ++ if (time == timeout) + retval = -ETIMEDOUT; + + release_firmware(fw); diff --git a/a/content_digest b/N1/content_digest index 20fe685..7630b96 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 2/3] usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers\0" - "Date\0Mon, 19 May 2014 10:08:05 +0000\0" + "Date\0Mon, 19 May 2014 19:08:05 +0900\0" "To\0mathias.nyman@intel.com" Greg Kroah-Hartman <gregkh@linuxfoundation.org> " linux-usb@vger.kernel.org <linux-usb@vger.kernel.org>\0" @@ -227,11 +227,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" @@ -249,7 +249,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" @@ -336,4 +336,4 @@ "-- \n" 1.7.9.5 -1d76e48c909a2fc327f805dd93ce704532fb37e401c4b3870d0b6ad3a59d6cb7 +1f501d327692953416fba661523d40eb418300778c32336558d054878cee617b
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.