diff for duplicates of <1464975.QfMrH1tcTG@avalon> diff --git a/a/1.txt b/N1/1.txt index d7cb72a..4248c78 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,8 +13,8 @@ On Thursday 25 September 2014 12:10:59 Geert Uytterhoeven wrote: > >> > >> I found this code in "[PATCH 11/12] drm: Add adv7511 encoder driver": > >> -> >> + input_style = config->input_style = 1 ? 2 -> >> + : (config->input_style = 2 ? 1 : 3); +> >> + input_style = config->input_style == 1 ? 2 +> >> + : (config->input_style == 2 ? 1 : 3); > >> > >> which didn't really help much ;-) > >> diff --git a/a/content_digest b/N1/content_digest index 4e30010..20bc18e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CAMuHMdXmaxmb0GgidM9LL7DhqHQXO3YfOdfpWv=zwHBN6T_UXA@mail.gmail.com\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 10/12] video: Add ADV751[13] DT bindings documentation\0" - "Date\0Fri, 26 Sep 2014 12:30:56 +0000\0" + "Date\0Fri, 26 Sep 2014 15:30:56 +0300\0" "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> @@ -26,8 +26,8 @@ "> >> \n" "> >> I found this code in \"[PATCH 11/12] drm: Add adv7511 encoder driver\":\n" "> >> \n" - "> >> + input_style = config->input_style = 1 ? 2\n" - "> >> + : (config->input_style = 2 ? 1 : 3);\n" + "> >> + input_style = config->input_style == 1 ? 2\n" + "> >> + : (config->input_style == 2 ? 1 : 3);\n" "> >> \n" "> >> which didn't really help much ;-)\n" "> >> \n" @@ -74,4 +74,4 @@ "\n" Laurent Pinchart -30f9e077b99ba7a1b9bf05cf0cd42317d9bd901461a8555cdd8b0a82052042c2 +b2dd990a9d53153e8f43ef9c401b72d56541b262b0999733ff9c3401733aa561
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.