All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2084375.Zc7aZU04om@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 1af9784..6db399b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,10 +30,10 @@ On Friday 02 August 2013 00:31:15 Sylwester Nawrocki wrote:
 > >>> +	pipe->state = VSP1_PIPELINE_STOPPING;
 > >>> +	spin_unlock_irqrestore(&pipe->irqlock, flags);
 > >>> +
-> >>> +	ret = wait_event_timeout(pipe->wq, pipe->state =
+> >>> +	ret = wait_event_timeout(pipe->wq, pipe->state ==
 > >>> VSP1_PIPELINE_STOPPED,
 > >>> +				 msecs_to_jiffies(500));
-> >>> +	ret = ret = 0 ? -ETIMEDOUT : 0;
+> >>> +	ret = ret == 0 ? -ETIMEDOUT : 0;
 > >> 
 > >> Wouldn't be -ETIME more appropriate ?
 > >> 
diff --git a/a/content_digest b/N1/content_digest
index 3839d74..7fb240f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\051FAE1B3.3020603@gmail.com\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v4 5/7] v4l: Renesas R-Car VSP1 driver\0"
- "Date\0Thu, 01 Aug 2013 23:47:31 +0000\0"
+ "Date\0Fri, 02 Aug 2013 01:47:31 +0200\0"
  "To\0Sylwester Nawrocki <sylvester.nawrocki@gmail.com>\0"
  "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
   linux-media@vger.kernel.org
@@ -45,10 +45,10 @@
  "> >>> +\tpipe->state = VSP1_PIPELINE_STOPPING;\n"
  "> >>> +\tspin_unlock_irqrestore(&pipe->irqlock, flags);\n"
  "> >>> +\n"
- "> >>> +\tret = wait_event_timeout(pipe->wq, pipe->state =\n"
+ "> >>> +\tret = wait_event_timeout(pipe->wq, pipe->state ==\n"
  "> >>> VSP1_PIPELINE_STOPPED,\n"
  "> >>> +\t\t\t\t msecs_to_jiffies(500));\n"
- "> >>> +\tret = ret = 0 ? -ETIMEDOUT : 0;\n"
+ "> >>> +\tret = ret == 0 ? -ETIMEDOUT : 0;\n"
  "> >> \n"
  "> >> Wouldn't be -ETIME more appropriate ?\n"
  "> >> \n"
@@ -234,4 +234,4 @@
  "\n"
  Laurent Pinchart
 
-6a47404f3b5b4d99f6cb7bcf9f64db09ca9887f26a0404802dbc538600ec5e94
+99736204778a9e72aab5ebba0af92e6e92407ddd0710eb0bb4b7c2173fbcd472

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.