diff for duplicates of <4FA39DA6.6040807@ti.com> diff --git a/a/1.txt b/N1/1.txt index d16d3ef..9cf140f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,7 +35,7 @@ On Friday 04 May 2012 02:30 PM, Tomi Valkeinen wrote: >>> - if (WARN((IS_ERR(pdev)), "Could not build omap_device for %s\n", >>> - curr_dss_hwmod[i].oh_name)) >>> - return -ENODEV; ->>> + if (i = 0) +>>> + if (i == 0) >>> + dss_pdev = pdev; >> >> The above line is a bit tricky to understand, maybe something like this @@ -61,7 +61,7 @@ Right, my suggestion wont work either. > > and that would clarify what's going on. -Yes, or you could just add a comment saying i = 0 is the dss_core +Yes, or you could just add a comment saying i == 0 is the dss_core hwmod, and we make sure dss_core is the first one on the list. > diff --git a/a/content_digest b/N1/content_digest index 0bb846d..0bccd48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\01336122006.2701.19.camel@deskari\0" "From\0Archit Taneja <a0393947@ti.com>\0" "Subject\0Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices\0" - "Date\0Fri, 04 May 2012 09:25:10 +0000\0" + "Date\0Fri, 4 May 2012 14:43:10 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -47,7 +47,7 @@ ">>> -\t\tif (WARN((IS_ERR(pdev)), \"Could not build omap_device for %s\\n\",\n" ">>> -\t\t\t\tcurr_dss_hwmod[i].oh_name))\n" ">>> -\t\t\treturn -ENODEV;\n" - ">>> +\t\tif (i = 0)\n" + ">>> +\t\tif (i == 0)\n" ">>> +\t\t\tdss_pdev = pdev;\n" ">>\n" ">> The above line is a bit tricky to understand, maybe something like this\n" @@ -73,7 +73,7 @@ ">\n" "> and that would clarify what's going on.\n" "\n" - "Yes, or you could just add a comment saying i = 0 is the dss_core \n" + "Yes, or you could just add a comment saying i == 0 is the dss_core \n" "hwmod, and we make sure dss_core is the first one on the list.\n" "\n" ">\n" @@ -107,4 +107,4 @@ "> Tomi\n" > -84219e5ac00470effa314d1919194e660fbf29367744e0d2709f49a09da3a496 +6b6786a91cc3d29d7f546a46ef452242f30784e054fbb82fbbb0e7e7bde93389
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.