diff for duplicates of <5152A13A.7060805@ti.com> diff --git a/a/1.txt b/N1/1.txt index 7416dd3..82a5019 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,10 +37,10 @@ On Wednesday 27 March 2013 12:54 PM, Tomi Valkeinen wrote: >> ret = connector_status_connected; >> else >> ret = connector_status_disconnected; ->> + } else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI || ->> + dssdev->type = OMAP_DISPLAY_TYPE_DBI || ->> + dssdev->type = OMAP_DISPLAY_TYPE_SDI || ->> + dssdev->type = OMAP_DISPLAY_TYPE_DSI) { +>> + } else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI || +>> + dssdev->type == OMAP_DISPLAY_TYPE_DBI || +>> + dssdev->type == OMAP_DISPLAY_TYPE_SDI || +>> + dssdev->type == OMAP_DISPLAY_TYPE_DSI) { >> + ret = connector_status_connected; >> } else { >> ret = connector_status_unknown; diff --git a/a/content_digest b/N1/content_digest index 1c03d46..5a65aff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\051529EC2.4040403@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH v3 3/8] drm/omap: Make fixed resolution panels work\0" - "Date\0Wed, 27 Mar 2013 07:47:22 +0000\0" + "Date\0Wed, 27 Mar 2013 13:05:22 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0robdclark@gmail.com" andy.gross@ti.com @@ -52,10 +52,10 @@ ">> \t\t\tret = connector_status_connected;\n" ">> \t\telse\n" ">> \t\t\tret = connector_status_disconnected;\n" - ">> +\t} else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI ||\n" - ">> +\t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DBI ||\n" - ">> +\t\t\tdssdev->type = OMAP_DISPLAY_TYPE_SDI ||\n" - ">> +\t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DSI) {\n" + ">> +\t} else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI ||\n" + ">> +\t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DBI ||\n" + ">> +\t\t\tdssdev->type == OMAP_DISPLAY_TYPE_SDI ||\n" + ">> +\t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DSI) {\n" ">> +\t\tret = connector_status_connected;\n" ">> \t} else {\n" ">> \t\tret = connector_status_unknown;\n" @@ -78,4 +78,4 @@ "\n" Archit -db09ef9f7cc6f4948a46b3647da1a9b84562941699782f1712f901c70a9d81ef +b8ba25abe7b22597f77eab08aa5a6f05760103b54fa8c4bde0f2d323dfc29762
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.