diff for duplicates of <513D716C.2050807@ti.com> diff --git a/a/1.txt b/N1/1.txt index 7a4b75a..adca30e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ Archit > + dssdev->channel = dpi_get_channel(); > + > if (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) && -> dpi.vdds_dsi_reg = NULL) { +> dpi.vdds_dsi_reg == NULL) { > struct regulator *vdds_dsi; > @@ -416,11 +448,6 @@ static int __init dpi_init_display(struct omap_dss_device *dssdev) > dpi.vdds_dsi_reg = vdds_dsi; @@ -144,13 +144,14 @@ Archit > + > static int __init dsi_init_display(struct omap_dss_device *dssdev) > { -> struct platform_device *dsidev > @@ -4954,6 +5000,8 @@ static int __init dsi_init_display(struct omap_dss_device *dssdev) +> struct platform_device *dsidev = +> @@ -4954,6 +5000,8 @@ static int __init dsi_init_display(struct omap_dss_device *dssdev) > > DSSDBG("DSI init\n"); > > + dssdev->channel = dsi_get_channel(dsi->module_id); > + -> 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 @@ -176,7 +177,7 @@ Archit > > + dssdev->channel = OMAP_DSS_CHANNEL_LCD; > + -> if (sdi.vdds_sdi_reg = NULL) { +> if (sdi.vdds_sdi_reg == NULL) { > struct regulator *vdds_sdi; > > diff --git a/a/content_digest b/N1/content_digest index 699f6f8..f9640ca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01362743515-10152-11-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 10/20] OMAPDSS: Resolve channels for outputs\0" - "Date\0Mon, 11 Mar 2013 05:54:33 +0000\0" + "Date\0Mon, 11 Mar 2013 11:23:48 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -84,7 +84,7 @@ "> +\tdssdev->channel = dpi_get_channel();\n" "> +\n" "> \tif (dss_has_feature(FEAT_DPI_USES_VDDS_DSI) &&\n" - "> \t\t\t\t\tdpi.vdds_dsi_reg = NULL) {\n" + "> \t\t\t\t\tdpi.vdds_dsi_reg == NULL) {\n" "> \t\tstruct regulator *vdds_dsi;\n" "> @@ -416,11 +448,6 @@ static int __init dpi_init_display(struct omap_dss_device *dssdev)\n" "> \t\tdpi.vdds_dsi_reg = vdds_dsi;\n" @@ -154,13 +154,14 @@ "> +\n" "> static int __init dsi_init_display(struct omap_dss_device *dssdev)\n" "> {\n" - "> \tstruct platform_device *dsidev > @@ -4954,6 +5000,8 @@ static int __init dsi_init_display(struct omap_dss_device *dssdev)\n" + "> \tstruct platform_device *dsidev =\n" + "> @@ -4954,6 +5000,8 @@ static int __init dsi_init_display(struct omap_dss_device *dssdev)\n" ">\n" "> \tDSSDBG(\"DSI init\\n\");\n" ">\n" "> +\tdssdev->channel = dsi_get_channel(dsi->module_id);\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" @@ -186,9 +187,9 @@ ">\n" "> +\tdssdev->channel = OMAP_DSS_CHANNEL_LCD;\n" "> +\n" - "> \tif (sdi.vdds_sdi_reg = NULL) {\n" + "> \tif (sdi.vdds_sdi_reg == NULL) {\n" "> \t\tstruct regulator *vdds_sdi;\n" ">\n" > -60b45bc511a5cf866d9ddf767bdffe0da813c59aa47c662f39e2001a840bd001 +13a0c4139cb19e035f4fbd79f5e687af29eebd9064acebb88b27b029ac1c4a64
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.