All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20131028195401.11662.11969@quantum>

diff --git a/a/1.txt b/N1/1.txt
index 9651172..c103f4e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -73,7 +73,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;
@@ -85,8 +85,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 d485787..2c2f9c8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,21 +4,8 @@
  "ref\0525D9FC1.2040204@gmail.com\0"
  "From\0Mike Turquette <mturquette@linaro.org>\0"
  "Subject\0Re: [PATCH v6 0/5] clk: clock deregistration support\0"
- "Date\0Mon, 28 Oct 2013 12:54:01 -0700\0"
- "To\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>"
- " Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Cc\0linux@arm.linux.org.uk"
-  Sylwester 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
-  linux-kernel@vger.kernel.org
-  linux-mips@linux-mips.org
-  linux-sh@vger.kernel.org
- " LMML <linux-media@vger.kernel.org>\0"
+ "Date\0Mon, 28 Oct 2013 19:54:01 +0000\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Quoting Sylwester Nawrocki (2013-10-15 13:04:17)\n"
@@ -96,7 +83,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"
@@ -108,8 +95,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"
@@ -144,4 +131,4 @@
  "> >>      spinlock_t lock;        /* Protects enabled and divider */\n"
  > >> ---------8<------------------
 
-06dcd13e94b78cecd5c9fb2b0d758ce83d0ed773787e78046474e6a31dc21273
+e0d12ed6eb3481e9a67293104725d515305aeb1656079e8148c80ee77ea37440

diff --git a/a/content_digest b/N2/content_digest
index d485787..f96e9f0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,23 +2,10 @@
  "ref\052420664.2040604@gmail.com\0"
  "ref\03160771.O1gFkR91vK@avalon\0"
  "ref\0525D9FC1.2040204@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\0Mon, 28 Oct 2013 12:54:01 -0700\0"
- "To\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>"
- " Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Cc\0linux@arm.linux.org.uk"
-  Sylwester 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
-  linux-kernel@vger.kernel.org
-  linux-mips@linux-mips.org
-  linux-sh@vger.kernel.org
- " LMML <linux-media@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Quoting Sylwester Nawrocki (2013-10-15 13:04:17)\n"
@@ -144,4 +131,4 @@
  "> >>      spinlock_t lock;        /* Protects enabled and divider */\n"
  > >> ---------8<------------------
 
-06dcd13e94b78cecd5c9fb2b0d758ce83d0ed773787e78046474e6a31dc21273
+6fc62211d4a083ac1f0b9c3e247feabd3b666cf91af412ef081db00f54b9a1bf

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.