diff for duplicates of <4C2DCF5C.4020600@simtec.co.uk> diff --git a/a/1.txt b/N1/1.txt index af5cde3..898e540 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -184,7 +184,7 @@ possibly doing count before enabling the irq. > + 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 9565b26..abbd21f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,14 @@ "ref\01277712538-23188-7-git-send-email-p.osciak@samsung.com\0" "From\0Ben Dooks <ben@simtec.co.uk>\0" "Subject\0Re: [PATCH v3 06/12] s3c-fb: Add wait for VSYNC ioctl\0" - "Date\0Fri, 02 Jul 2010 11:37:00 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Fri, 02 Jul 2010 12:37:00 +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 + " m.szyprowski@samsung.com\0" "\00:1\0" "b\0" "On 28/06/10 09:08, Pawel Osciak wrote:\n" @@ -192,7 +198,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 +315,4 @@ "> \t.win[0]\t= &s3c_fb_data_64xx_wins[0],\n" "> \t.win[1]\t= &s3c_fb_data_64xx_wins[1]," -31a46e1c14f8394dd7f7d22a0f411b1f7b060dc1428faec039114069b3442da0 +d7f9f8cbc62125a8db172643f9549c0d18b6377804bf00e765572158a0edcb85
diff --git a/a/1.txt b/N2/1.txt index af5cde3..898e540 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -184,7 +184,7 @@ possibly doing count before enabling the irq. > + 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 9565b26..fe390d8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\01277712538-23188-1-git-send-email-p.osciak@samsung.com\0" "ref\01277712538-23188-7-git-send-email-p.osciak@samsung.com\0" - "From\0Ben Dooks <ben@simtec.co.uk>\0" - "Subject\0Re: [PATCH v3 06/12] s3c-fb: Add wait for VSYNC ioctl\0" - "Date\0Fri, 02 Jul 2010 11:37:00 +0000\0" + "From\0ben@simtec.co.uk (Ben Dooks)\0" + "Subject\0[PATCH v3 06/12] s3c-fb: Add wait for VSYNC ioctl\0" + "Date\0Fri, 02 Jul 2010 12:37:00 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -192,7 +192,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 @@ "> \t.win[0]\t= &s3c_fb_data_64xx_wins[0],\n" "> \t.win[1]\t= &s3c_fb_data_64xx_wins[1]," -31a46e1c14f8394dd7f7d22a0f411b1f7b060dc1428faec039114069b3442da0 +80f3f977a42535b7c21f1754296a5da806081b210ae1d6e76a46181ca5cf4af3
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.