diff for duplicates of <7167797.cQ2LzKYS7F@avalon> diff --git a/a/1.txt b/N1/1.txt index 0314079..67b781e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,8 +12,8 @@ On Thursday 25 September 2014 09:06:46 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 a35e284..af4d795 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CAMuHMdVT8AC+HeYJBSUn149D-CgcVHEiUsWYx_e--kbK06awkw@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\0Thu, 25 Sep 2014 09:57:13 +0000\0" + "Date\0Thu, 25 Sep 2014 12:57:13 +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> @@ -25,8 +25,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" @@ -44,4 +44,4 @@ "\n" Laurent Pinchart -f0a57dce4c9cd672f5ad4124078efe4dcb923217c4c93d3e4100565c19ddc193 +bee80f5259481b2b1fd61cd2f30d2674b9a1403e0f494bd4f2edf99c5d239a43
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.