diff for duplicates of <13888179.tcIA8DJW1S@avalon> diff --git a/a/1.txt b/N1/1.txt index 3a9aa89..29229c7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -61,7 +61,7 @@ On Wednesday 09 September 2015 14:05:54 Magnus Damm wrote: > - of_property_for_each_u32(clkspec.np, "clock-indices", prop, vp, pv) { > + of_property_for_each_u32(np, "clock-indices", prop, vp, pv) { > + has_indices = true; -> if (index == pv) { +> if (index = pv) { > index = count; > break; > @@ -3077,12 +3071,34 @@ const char *of_clk_get_parent_name(struc diff --git a/a/content_digest b/N1/content_digest index 0960cb9..793bc92 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150909050554.27129.68718.sendpatchset@little-apple\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH][RFC] clk: Use node name and index for clock name\0" - "Date\0Wed, 09 Sep 2015 08:14:13 +0300\0" + "Date\0Wed, 09 Sep 2015 05:14:13 +0000\0" "To\0Magnus Damm <magnus.damm@gmail.com>\0" "Cc\0linux-clk@vger.kernel.org" kuninori.morimoto.gx@renesas.com @@ -76,7 +76,7 @@ "> -\tof_property_for_each_u32(clkspec.np, \"clock-indices\", prop, vp, pv) {\n" "> +\tof_property_for_each_u32(np, \"clock-indices\", prop, vp, pv) {\n" "> +\t\thas_indices = true;\n" - "> \t\tif (index == pv) {\n" + "> \t\tif (index = pv) {\n" "> \t\t\tindex = count;\n" "> \t\t\tbreak;\n" "> @@ -3077,12 +3071,34 @@ const char *of_clk_get_parent_name(struc\n" @@ -193,4 +193,4 @@ "\n" Laurent Pinchart -f414cd017fede80e58047cfa42dd79f252d6c2d177e71b94f6d916483bd15474 +ca78367fa0403772af0e0c5b0fe8c1beebf21ce5ee9d66f042a5d8cb2aefcde9
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.