diff for duplicates of <201102171306.59493.anarsoul@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ef0c363..f3c38e3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ It was added accidently, sorry > > > > lcd_writel(ofb->fbi, FBR1, ofb->fbi->fdadr[DMA_OV1] | 0x3); > > -> > if (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) = 0) +> > if (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) == 0) > > > > - pr_warning("%s: timeout disabling overlay1\n", __func__); > > + pr_warning("%s: timeout disabling overlay1\n", @@ -42,7 +42,7 @@ I did, "- Disable overlay only if it was enabled." > > > > lcd_writel(ofb->fbi, FBR4, ofb->fbi->fdadr[DMA_OV2_Cr] | 0x3); > > -> > if (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) = 0) +> > if (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) == 0) > > > > - pr_warning("%s: timeout disabling overlay2\n", __func__); > > + pr_warning("%s: timeout disabling overlay2\n", diff --git a/a/content_digest b/N1/content_digest index 5805c7a..ad76560 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\0201102151718.00800.anarsoul@gmail.com\0" "ref\01297928588-10545-1-git-send-email-anarsoul@gmail.com\0" "ref\020110217110321.GF24627@n2100.arm.linux.org.uk\0" - "From\0Vasily Khoruzhick <anarsoul@gmail.com>\0" - "Subject\0Re: [PATCH 1/2] ARM: PXA: PXAFB: Fix double-free issue.\0" - "Date\0Thu, 17 Feb 2011 11:06:59 +0000\0" + "From\0anarsoul@gmail.com (Vasily Khoruzhick)\0" + "Subject\0[PATCH 1/2] ARM: PXA: PXAFB: Fix double-free issue.\0" + "Date\0Thu, 17 Feb 2011 13:06:59 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -22,7 +22,7 @@ "> > \n" "> > \tlcd_writel(ofb->fbi, FBR1, ofb->fbi->fdadr[DMA_OV1] | 0x3);\n" "> > \t\n" - "> > \tif (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) = 0)\n" + "> > \tif (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) == 0)\n" "> > \n" "> > -\t\tpr_warning(\"%s: timeout disabling overlay1\\n\", __func__);\n" "> > +\t\tpr_warning(\"%s: timeout disabling overlay1\\n\",\n" @@ -51,7 +51,7 @@ "> > \n" "> > \tlcd_writel(ofb->fbi, FBR4, ofb->fbi->fdadr[DMA_OV2_Cr] | 0x3);\n" "> > \t\n" - "> > \tif (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) = 0)\n" + "> > \tif (wait_for_completion_timeout(&ofb->branch_done, 1 * HZ) == 0)\n" "> > \n" "> > -\t\tpr_warning(\"%s: timeout disabling overlay2\\n\", __func__);\n" "> > +\t\tpr_warning(\"%s: timeout disabling overlay2\\n\",\n" @@ -61,4 +61,4 @@ "\n" Ok -1d744d4d435185149f9c1850475df0c296a4b3cbd1aec0cdafbfdeaec6770a4c +a5a9acc6cbd398f877a5efeb0b4ed21151e6b6e6b45d3543ced750f2d34ebca2
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.