diff for duplicates of <20100531114006.GR4720@trinity.fluff.org> diff --git a/a/1.txt b/N1/1.txt index b5d3d7a..9d8aa7c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -183,7 +183,7 @@ from a header file. > + ret = wait_event_interruptible_timeout(sfb->vsync_info.wait, > + count != sfb->vsync_info.count, > + msecs_to_jiffies(VSYNC_TIMEOUT_MSEC)); -> + if (ret = 0) +> + if (ret == 0) > + return -ETIMEDOUT; > + > + return 0; diff --git a/a/content_digest b/N1/content_digest index ee9c8fe..5d89137 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,13 @@ "ref\01275296935-2693-7-git-send-email-p.osciak@samsung.com\0" "From\0Ben Dooks <ben-linux@fluff.org>\0" "Subject\0Re: [PATCH 6/6] s3c-fb: Add wait for VSYNC ioctl\0" - "Date\0Mon, 31 May 2010 11:40:06 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Mon, 31 May 2010 12:40:06 +0100\0" + "To\0Pawel Osciak <p.osciak@samsung.com>\0" + "Cc\0linux-fbdev@vger.kernel.org" + linux-samsung-soc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + kyungmin.park@samsung.com + " ben-linux@fluff.org\0" "\00:1\0" "b\0" "On Mon, May 31, 2010 at 11:08:55AM +0200, Pawel Osciak wrote:\n" @@ -191,7 +196,7 @@ "> +\tret = wait_event_interruptible_timeout(sfb->vsync_info.wait,\n" "> +\t\t\t\t count != sfb->vsync_info.count,\n" "> +\t\t\t\t msecs_to_jiffies(VSYNC_TIMEOUT_MSEC));\n" - "> +\tif (ret = 0)\n" + "> +\tif (ret == 0)\n" "> +\t\treturn -ETIMEDOUT;\n" "> +\n" "> +\treturn 0;\n" @@ -309,4 +314,4 @@ "Q: What's a light-year?\n" A: One-third less calories than a regular year. -323172c24054b5fd4ab2ef932c5beead5090080562912adc2eea0e42802f1a35 +af38948d8129590c0cac216ccde2b124a7266aaa65ff60a37e1dd02b2f790a82
diff --git a/a/1.txt b/N2/1.txt index b5d3d7a..9d8aa7c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -183,7 +183,7 @@ from a header file. > + ret = wait_event_interruptible_timeout(sfb->vsync_info.wait, > + count != sfb->vsync_info.count, > + msecs_to_jiffies(VSYNC_TIMEOUT_MSEC)); -> + if (ret = 0) +> + if (ret == 0) > + return -ETIMEDOUT; > + > + return 0; diff --git a/a/content_digest b/N2/content_digest index ee9c8fe..99a56d2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\01275296935-2693-1-git-send-email-p.osciak@samsung.com\0" "ref\01275296935-2693-7-git-send-email-p.osciak@samsung.com\0" - "From\0Ben Dooks <ben-linux@fluff.org>\0" - "Subject\0Re: [PATCH 6/6] s3c-fb: Add wait for VSYNC ioctl\0" - "Date\0Mon, 31 May 2010 11:40:06 +0000\0" + "From\0ben-linux@fluff.org (Ben Dooks)\0" + "Subject\0[PATCH 6/6] s3c-fb: Add wait for VSYNC ioctl\0" + "Date\0Mon, 31 May 2010 12:40:06 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -191,7 +191,7 @@ "> +\tret = wait_event_interruptible_timeout(sfb->vsync_info.wait,\n" "> +\t\t\t\t count != sfb->vsync_info.count,\n" "> +\t\t\t\t msecs_to_jiffies(VSYNC_TIMEOUT_MSEC));\n" - "> +\tif (ret = 0)\n" + "> +\tif (ret == 0)\n" "> +\t\treturn -ETIMEDOUT;\n" "> +\n" "> +\treturn 0;\n" @@ -309,4 +309,4 @@ "Q: What's a light-year?\n" A: One-third less calories than a regular year. -323172c24054b5fd4ab2ef932c5beead5090080562912adc2eea0e42802f1a35 +05d7a8017597de2c3639b8062d2b0436f3ae13b2cba83a239b1e6d50428b88e1
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.