diff for duplicates of <4D48741F.8060006@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 13d6cba..1205efc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,9 +9,9 @@ On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote: > > if (clk) { > mutex_lock(&clk->mutex); -> if (clk->prepared = 0) +> if (clk->prepared == 0) > ret = clk->ops->prepare(clk); -> if (ret = 0) +> if (ret == 0) > clk->prepared++; > mutex_unlock(&clk->mutex); > } diff --git a/a/content_digest b/N1/content_digest index cf2335e..fb9ae65 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,9 +5,9 @@ "ref\020110201143932.GK31216@n2100.arm.linux.org.uk\0" "ref\020110201151846.GD1147@pengutronix.de\0" "ref\020110201152458.GP31216@n2100.arm.linux.org.uk\0" - "From\0Stephen Boyd <sboyd@codeaurora.org>\0" - "Subject\0Re: Locking in the clk API, part 2: clk_prepare/clk_unprepare\0" - "Date\0Tue, 01 Feb 2011 20:59:11 +0000\0" + "From\0sboyd@codeaurora.org (Stephen Boyd)\0" + "Subject\0Locking in the clk API, part 2: clk_prepare/clk_unprepare\0" + "Date\0Tue, 01 Feb 2011 12:59:11 -0800\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -22,9 +22,9 @@ ">\n" "> \tif (clk) {\n" "> \t\tmutex_lock(&clk->mutex);\n" - "> \t\tif (clk->prepared = 0)\n" + "> \t\tif (clk->prepared == 0)\n" "> \t\t\tret = clk->ops->prepare(clk);\n" - "> \t\tif (ret = 0)\n" + "> \t\tif (ret == 0)\n" "> \t\t\tclk->prepared++;\n" "> \t\tmutex_unlock(&clk->mutex);\n" "> \t}\n" @@ -40,4 +40,4 @@ "Sent by an employee of the Qualcomm Innovation Center, Inc.\n" The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -a4508995b64c4ea0e65f4dad3c5b26f37422d691665b576310bba1b7ed399769 +a0d085007bfc36fbf7d653c79ad0e1bb081f273fa2d2e54ccc25556312ff58aa
diff --git a/a/1.txt b/N2/1.txt index 13d6cba..1205efc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,9 +9,9 @@ On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote: > > if (clk) { > mutex_lock(&clk->mutex); -> if (clk->prepared = 0) +> if (clk->prepared == 0) > ret = clk->ops->prepare(clk); -> if (ret = 0) +> if (ret == 0) > clk->prepared++; > mutex_unlock(&clk->mutex); > } diff --git a/a/content_digest b/N2/content_digest index cf2335e..d80fd1b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,8 +7,22 @@ "ref\020110201152458.GP31216@n2100.arm.linux.org.uk\0" "From\0Stephen Boyd <sboyd@codeaurora.org>\0" "Subject\0Re: Locking in the clk API, part 2: clk_prepare/clk_unprepare\0" - "Date\0Tue, 01 Feb 2011 20:59:11 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Tue, 01 Feb 2011 12:59:11 -0800\0" + "To\0Russell King - ARM Linux <linux@arm.linux.org.uk>\0" + "Cc\0Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>" + Nicolas Pitre <nicolas.pitre@linaro.org> + Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> + Saravana Kannan <skannan@codeaurora.org> + linux-sh@vger.kernel.org + Ben Herrenschmidt <benh@kernel.crashing.org> + Sascha Hauer <s.hauer@pengutronix.de> + Paul Mundt <lethal@linux-sh.org> + linux-kernel@vger.kernel.org + Dima Zavin <dmitriyz@google.com> + Ben Dooks <ben-linux@fluff.org> + Vincent Guittot <vincent.guittot@linaro.org> + Jeremy Kerr <jeremy.kerr@canonical.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 02/01/2011 07:24 AM, Russell King - ARM Linux wrote:\n" @@ -22,9 +36,9 @@ ">\n" "> \tif (clk) {\n" "> \t\tmutex_lock(&clk->mutex);\n" - "> \t\tif (clk->prepared = 0)\n" + "> \t\tif (clk->prepared == 0)\n" "> \t\t\tret = clk->ops->prepare(clk);\n" - "> \t\tif (ret = 0)\n" + "> \t\tif (ret == 0)\n" "> \t\t\tclk->prepared++;\n" "> \t\tmutex_unlock(&clk->mutex);\n" "> \t}\n" @@ -40,4 +54,4 @@ "Sent by an employee of the Qualcomm Innovation Center, Inc.\n" The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -a4508995b64c4ea0e65f4dad3c5b26f37422d691665b576310bba1b7ed399769 +3a6168a14ad3b020b88c1fbb06b77a9d285f7a6e17ed8bd3feb04b5817eccf8e
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.