diff for duplicates of <20130729150552.GM29095@intel.com> diff --git a/a/1.txt b/N1/1.txt index 885e68e..d592326 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -137,7 +137,7 @@ ditto > + __raw_writel(rstr, hpbdev->reset_reg); > + do { > + rstr = __raw_readl(hpbdev->reset_reg); -> + if ((rstr & data) = data) +> + if ((rstr & data) == data) > + break; > + udelay(10); > + } while (timeout--); diff --git a/a/content_digest b/N1/content_digest index 42d4c41..2c6d8b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0201306300015.50713.sergei.shtylyov@cogentembedded.com\0" "From\0Vinod Koul <vinod.koul@intel.com>\0" "Subject\0Re: [PATCH] dma: add driver for R-Car HPB-DMAC\0" - "Date\0Mon, 29 Jul 2013 15:17:52 +0000\0" + "Date\0Mon, 29 Jul 2013 20:35:52 +0530\0" "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Cc\0djbw@fb.com" linux-kernel@vger.kernel.org @@ -147,7 +147,7 @@ "> +\t__raw_writel(rstr, hpbdev->reset_reg);\n" "> +\tdo {\n" "> +\t\trstr = __raw_readl(hpbdev->reset_reg);\n" - "> +\t\tif ((rstr & data) = data)\n" + "> +\t\tif ((rstr & data) == data)\n" "> +\t\t\tbreak;\n" "> +\t\tudelay(10);\n" "> +\t} while (timeout--);\n" @@ -265,4 +265,4 @@ "~Vinod\n" -- -db1db70431cd6082fd62c7881db1618f4c50ff215f98ceed55a9d86c5e1712ca +7008537892176d8ceb474f3795a9f8fdef3cfd7bec467f52305010ca4b5eda8f
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.