diff for duplicates of <50371652.2000405@ti.com> diff --git a/a/1.txt b/N1/1.txt index ef606e2..4b5ef54 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -61,12 +61,12 @@ Archit > > DSSDBG("DSI init\n"); > -> - if (dsi->mode = OMAP_DSS_DSI_CMD_MODE) { +> - if (dsi->mode == OMAP_DSS_DSI_CMD_MODE) { > - dssdev->caps = OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE | > - OMAP_DSS_DISPLAY_CAP_TEAR_ELIM; > - } > - -> if (dsi->vdds_dsi_reg = NULL) { +> if (dsi->vdds_dsi_reg == NULL) { > struct regulator *vdds_dsi; > > diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c diff --git a/a/content_digest b/N1/content_digest index d368091..33844b7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01345729514-2441-9-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <a0393947@ti.com>\0" "Subject\0Re: [PATCH 8/8] OMAPDSS: fix use of dssdev->caps\0" - "Date\0Fri, 24 Aug 2012 05:52:50 +0000\0" + "Date\0Fri, 24 Aug 2012 11:21:14 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -71,12 +71,12 @@ ">\n" "> \tDSSDBG(\"DSI init\\n\");\n" ">\n" - "> -\tif (dsi->mode = OMAP_DSS_DSI_CMD_MODE) {\n" + "> -\tif (dsi->mode == OMAP_DSS_DSI_CMD_MODE) {\n" "> -\t\tdssdev->caps = OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE |\n" "> -\t\t\tOMAP_DSS_DISPLAY_CAP_TEAR_ELIM;\n" "> -\t}\n" "> -\n" - "> \tif (dsi->vdds_dsi_reg = NULL) {\n" + "> \tif (dsi->vdds_dsi_reg == NULL) {\n" "> \t\tstruct regulator *vdds_dsi;\n" ">\n" "> diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c\n" @@ -93,4 +93,4 @@ ">\n" > -2717aed431b695d91dabe805a90fcc91e8e8b73340733a8d03e1556d10acc3fe +d548dd2d5ab385e06df13e9d7824b29b1c555870d74a135a19bdf750c44f413d
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.