diff for duplicates of <201209102219.29105.dinuxbg@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ec50f1f..0425c81 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -67,7 +67,7 @@ in the IRQ routine could be used while stress-testing DSS, e.g.: spin_unlock(&dispc.irq_lock); -+ { static int iii; if ((iii++ % 10) = 0) mdelay(100); } ++ { static int iii; if ((iii++ % 10) == 0) mdelay(100); } + for (i = 0; i < DISPC_MAX_NR_ISRS; i++) { isr_data = ®istered_isr[i]; @@ -240,7 +240,7 @@ I forgot to keep EXPORT_SYMBOL for omap_dispc_unregister_isr. Will add it. > Change not needed. Will remove. > -> > if (timeout = 0) +> > if (timeout == 0) > > > > return -ETIMEDOUT; > > @@ -258,7 +258,7 @@ Will remove. > Change not needed. Will remove. > -> > if (timeout = 0) +> > if (timeout == 0) > > > > return -ETIMEDOUT; > > diff --git a/a/content_digest b/N1/content_digest index 77247e2..d8afa7f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01347263345.8127.22.camel@deskari\0" "From\0Dimitar Dimitrov <dinuxbg@gmail.com>\0" "Subject\0Re: [RFC PATCH v2] OMAPDSS: Fix IRQ unregister race\0" - "Date\0Mon, 10 Sep 2012 19:19:28 +0000\0" + "Date\0Mon, 10 Sep 2012 22:19:28 +0300\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -78,7 +78,7 @@ " \n" " spin_unlock(&dispc.irq_lock);\n" " \n" - "+ { static int iii; if ((iii++ % 10) = 0) mdelay(100); }\n" + "+ { static int iii; if ((iii++ % 10) == 0) mdelay(100); }\n" "+\n" " for (i = 0; i < DISPC_MAX_NR_ISRS; i++) {\n" " isr_data = ®istered_isr[i];\n" @@ -251,7 +251,7 @@ "> Change not needed.\n" "Will remove.\n" "> \n" - "> > \tif (timeout = 0)\n" + "> > \tif (timeout == 0)\n" "> > \t\n" "> > \t\treturn -ETIMEDOUT;\n" "> > \n" @@ -269,7 +269,7 @@ "> Change not needed.\n" "Will remove.\n" "> \n" - "> > \tif (timeout = 0)\n" + "> > \tif (timeout == 0)\n" "> > \t\n" "> > \t\treturn -ETIMEDOUT;\n" "> > \n" @@ -297,4 +297,4 @@ "Thanks,\n" Dimitar -16cb811a5f21bcf8fce8caaadd4629ca09fb99f214dfaa25dacc91ca465569e9 +15d0d63a38f251db1ece570c629449b37b46809620216e8452a0c5d1c43d5ace
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.