diff for duplicates of <4F586EFD.1020208@ti.com> diff --git a/a/1.txt b/N1/1.txt index 3850fc8..8a8b21a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -121,7 +121,7 @@ Archit > + for (i = 0; i< ARRAY_SIZE(dss_output_drv_reg_funcs); ++i) { > + r = dss_output_drv_reg_funcs[i](); -> + if (r = 0) +> + if (r == 0) > + dss_output_drv_loaded[i] = true; > } > diff --git a/a/content_digest b/N1/content_digest index 6e2ee40..59d14a1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01331124290-6285-17-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <a0393947@ti.com>\0" "Subject\0Re: [PATCH 16/21] OMAPDSS: handle output-driver reg/unreg more dynamically\0" - "Date\0Thu, 08 Mar 2012 08:46:05 +0000\0" + "Date\0Thu, 8 Mar 2012 14:04:05 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -131,7 +131,7 @@ "\n" "> +\tfor (i = 0; i< ARRAY_SIZE(dss_output_drv_reg_funcs); ++i) {\n" "> +\t\tr = dss_output_drv_reg_funcs[i]();\n" - "> +\t\tif (r = 0)\n" + "> +\t\tif (r == 0)\n" "> +\t\t\tdss_output_drv_loaded[i] = true;\n" "> \t}\n" ">\n" @@ -270,4 +270,4 @@ ">\n" > #ifdef CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS -640e41c382be91c42365cc811b1635e946112715512da71918ddf5546f4cd1df +a63ef224c1796ece301d1134dc2fcf2f8d41e2b7d73c04dee0b7bb48d34e295f
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.