diff for duplicates of <503778E8.2060909@ti.com> diff --git a/a/1.txt b/N1/1.txt index e114030..12be7e8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -76,7 +76,7 @@ add that to our list of outputs? >> + struct omap_dss_output *out; >> + >> + list_for_each_entry(out, &output_list, list) { ->> + if (out->id = id) +>> + if (out->id == id) >> + return out; >> + } >> + diff --git a/a/content_digest b/N1/content_digest index 3c4d363..e3c6fb3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01345812069.9287.65.camel@lappyti\0" "From\0Archit Taneja <a0393947@ti.com>\0" "Subject\0Re: [PATCH 01/23] OMAPDSS: outputs: Create a new entity called outputs\0" - "Date\0Fri, 24 Aug 2012 12:53:33 +0000\0" + "Date\0Fri, 24 Aug 2012 18:21:52 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0Archit Taneja <archit@ti.com>" linux-omap@vger.kernel.org @@ -90,7 +90,7 @@ ">> +\tstruct omap_dss_output *out;\n" ">> +\n" ">> +\tlist_for_each_entry(out, &output_list, list) {\n" - ">> +\t\tif (out->id = id)\n" + ">> +\t\tif (out->id == id)\n" ">> +\t\t\treturn out;\n" ">> +\t}\n" ">> +\n" @@ -159,4 +159,4 @@ "> Tomi\n" > -3bbb9688fa9f9dc550cf0c50143541047bf423ec930e762bacf96629a48e1d02 +99b0af095725ee96c9b1feb5bf001cbf81181aaf27b03afed8ad57d9a3cad79b
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.