diff for duplicates of <20131002214044.4343.24022@quantum> diff --git a/a/1.txt b/N1/1.txt index a1f35b7..8cd5e27 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -63,7 +63,7 @@ Mike > - struct clk *clk; > > xclk->isp = isp; -> xclk->id = i == 0 ? ISP_XCLK_A : ISP_XCLK_B; +> xclk->id = i = 0 ? ISP_XCLK_A : ISP_XCLK_B; > @@ -306,9 +308,9 @@ static int isp_xclk_init(struct isp_device *isp) > > xclk->hw.init = &init; @@ -75,8 +75,8 @@ Mike > + if (IS_ERR(xclk->clk)) > + return PTR_ERR(xclk->clk); > -> if (pdata->xclks[i].con_id == NULL && -> pdata->xclks[i].dev_id == NULL) +> if (pdata->xclks[i].con_id = NULL && +> pdata->xclks[i].dev_id = NULL) > @@ -320,7 +322,7 @@ static int isp_xclk_init(struct isp_device *isp) > > xclk->lookup->con_id = pdata->xclks[i].con_id; diff --git a/a/content_digest b/N1/content_digest index 66943ce..845fa2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,20 +2,8 @@ "ref\052420664.2040604@gmail.com\0" "From\0Mike Turquette <mturquette@linaro.org>\0" "Subject\0Re: [PATCH v6 0/5] clk: clock deregistration support\0" - "Date\0Wed, 02 Oct 2013 14:40:44 -0700\0" - "To\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>" - " linux@arm.linux.org.uk\0" - "Cc\0Sylwester Nawrocki <s.nawrocki@samsung.com>" - linux-arm-kernel@lists.infradead.org - jiada_wang@mentor.com - kyungmin.park@samsung.com - myungjoo.ham@samsung.com - t.figa@samsung.com - g.liakhovetski@gmx.de - laurent.pinchart@ideasonboard.com - linux-kernel@vger.kernel.org - linux-mips@linux-mips.org - " linux-sh@vger.kernel.org\0" + "Date\0Wed, 02 Oct 2013 21:40:44 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Quoting Sylwester Nawrocki (2013-09-24 14:38:44)\n" @@ -83,7 +71,7 @@ "> - struct clk *clk;\n" "> \n" "> xclk->isp = isp;\n" - "> xclk->id = i == 0 ? ISP_XCLK_A : ISP_XCLK_B;\n" + "> xclk->id = i = 0 ? ISP_XCLK_A : ISP_XCLK_B;\n" "> @@ -306,9 +308,9 @@ static int isp_xclk_init(struct isp_device *isp)\n" "> \n" "> xclk->hw.init = &init;\n" @@ -95,8 +83,8 @@ "> + if (IS_ERR(xclk->clk))\n" "> + return PTR_ERR(xclk->clk);\n" "> \n" - "> if (pdata->xclks[i].con_id == NULL &&\n" - "> pdata->xclks[i].dev_id == NULL)\n" + "> if (pdata->xclks[i].con_id = NULL &&\n" + "> pdata->xclks[i].dev_id = NULL)\n" "> @@ -320,7 +322,7 @@ static int isp_xclk_init(struct isp_device *isp)\n" "> \n" "> xclk->lookup->con_id = pdata->xclks[i].con_id;\n" @@ -302,4 +290,4 @@ "> Thanks,\n" > Sylwester -c03699d41185d756b4de7f7943b12bdd877e46150e1102cd23e38e39352df2bf +70713f2757f6359314af25b83fb2899ba41317f58c8c416d80c7d82d31250131
diff --git a/a/content_digest b/N2/content_digest index 66943ce..f8c9d96 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,9 @@ "ref\01377874402-2944-1-git-send-email-s.nawrocki@samsung.com\0" "ref\052420664.2040604@gmail.com\0" - "From\0Mike Turquette <mturquette@linaro.org>\0" - "Subject\0Re: [PATCH v6 0/5] clk: clock deregistration support\0" + "From\0mturquette@linaro.org (Mike Turquette)\0" + "Subject\0[PATCH v6 0/5] clk: clock deregistration support\0" "Date\0Wed, 02 Oct 2013 14:40:44 -0700\0" - "To\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>" - " linux@arm.linux.org.uk\0" - "Cc\0Sylwester Nawrocki <s.nawrocki@samsung.com>" - linux-arm-kernel@lists.infradead.org - jiada_wang@mentor.com - kyungmin.park@samsung.com - myungjoo.ham@samsung.com - t.figa@samsung.com - g.liakhovetski@gmx.de - laurent.pinchart@ideasonboard.com - linux-kernel@vger.kernel.org - linux-mips@linux-mips.org - " linux-sh@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Quoting Sylwester Nawrocki (2013-09-24 14:38:44)\n" @@ -302,4 +290,4 @@ "> Thanks,\n" > Sylwester -c03699d41185d756b4de7f7943b12bdd877e46150e1102cd23e38e39352df2bf +04824affc2378eb6602cdd18b4309dad0e1f6045e3393cd076c3b978bbc8f563
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.