diff for duplicates of <539AEC8F.4030003@renesas.com> diff --git a/a/1.txt b/N1/1.txt index 0549cbf..1293d98 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -211,11 +211,11 @@ index 0000000..ff0d1b4 + + 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; + } @@ -233,7 +233,7 @@ index 0000000..ff0d1b4 + } + udelay(1); + } -+ if (time = timeout) ++ if (time == timeout) + retval = -ETIMEDOUT; + + release_firmware(fw); diff --git a/a/content_digest b/N1/content_digest index eaa48c7..d720e7f 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 v6 1/1] usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllers\0" - "Date\0Fri, 13 Jun 2014 12:20:31 +0000\0" + "Date\0Fri, 13 Jun 2014 21:20:31 +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" @@ -225,11 +225,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" @@ -247,7 +247,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" @@ -300,4 +300,4 @@ "-- \n" 1.7.9.5 -ad3b61c82bf568d013afcc494ed26e4af6373c9552d13ef16f84f92cd57a649b +e39497e579e8f602831e50eb381fddd723c43bf1560d251718d0f29c3242c53f
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.