diff for duplicates of <51B1825C.9050206@ti.com> diff --git a/a/1.txt b/N1/1.txt index 9b2e6b0..73a56c5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ Archit > */ > enable_hsclk = enable_hsdiv = true; > -> - if (dsi->vdds_dsi_reg = NULL) { +> - if (dsi->vdds_dsi_reg == NULL) { > - struct regulator *vdds_dsi; > - > - vdds_dsi = regulator_get(&dsi->pdev->dev, "vdds_dsi"); @@ -79,12 +79,13 @@ Archit > > -static int dsi_init_display(struct omap_dss_device *dssdev) > -{ -> - struct platform_device *dsidev > - dsi_get_dsidev_from_id(dssdev->phy.dsi.module); +> - struct platform_device *dsidev = +> - dsi_get_dsidev_from_id(dssdev->phy.dsi.module); > - struct dsi_data *dsi = dsi_get_dsidrv_data(dsidev); > - > - DSSDBG("DSI init\n"); > - -> - if (dsi->vdds_dsi_reg = NULL) { +> - if (dsi->vdds_dsi_reg == NULL) { > - struct regulator *vdds_dsi; > - > - vdds_dsi = regulator_get(&dsi->pdev->dev, "vdds_dsi"); diff --git a/a/content_digest b/N1/content_digest index f51b787..df794d2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01369906493-27538-15-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 14/32] OMAPDSS: DSI: cleanup regulator init\0" - "Date\0Fri, 07 Jun 2013 06:50:21 +0000\0" + "Date\0Fri, 7 Jun 2013 12:19:00 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-fbdev@vger.kernel.org" " linux-omap@vger.kernel.org\0" @@ -61,7 +61,7 @@ "> \t */\n" "> \tenable_hsclk = enable_hsdiv = true;\n" ">\n" - "> -\tif (dsi->vdds_dsi_reg = NULL) {\n" + "> -\tif (dsi->vdds_dsi_reg == NULL) {\n" "> -\t\tstruct regulator *vdds_dsi;\n" "> -\n" "> -\t\tvdds_dsi = regulator_get(&dsi->pdev->dev, \"vdds_dsi\");\n" @@ -89,12 +89,13 @@ ">\n" "> -static int dsi_init_display(struct omap_dss_device *dssdev)\n" "> -{\n" - "> -\tstruct platform_device *dsidev > -\t\t\tdsi_get_dsidev_from_id(dssdev->phy.dsi.module);\n" + "> -\tstruct platform_device *dsidev =\n" + "> -\t\t\tdsi_get_dsidev_from_id(dssdev->phy.dsi.module);\n" "> -\tstruct dsi_data *dsi = dsi_get_dsidrv_data(dsidev);\n" "> -\n" "> -\tDSSDBG(\"DSI init\\n\");\n" "> -\n" - "> -\tif (dsi->vdds_dsi_reg = NULL) {\n" + "> -\tif (dsi->vdds_dsi_reg == NULL) {\n" "> -\t\tstruct regulator *vdds_dsi;\n" "> -\n" "> -\t\tvdds_dsi = regulator_get(&dsi->pdev->dev, \"vdds_dsi\");\n" @@ -143,4 +144,4 @@ "> \t\tDSSERR(\"failed to connect output to new device: %s\\n\",\n" > -a4c2314c075188ca5e6ab667a3a22fa5112123faf18e9e39a0c90a19b6488626 +234e36cac0236c4dafad619f36c94ed8c5c2b0d2ac22f05bb945ef90341e05f7
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.