diff for duplicates of <1661691.IhsTOhxgvF@avalon> diff --git a/a/1.txt b/N1/1.txt index 593254d..677dd2f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,7 +49,7 @@ You can leave the last argument NULL. > - ret = of_property_read_u32_index(np, "clock-indices", i, > - &clkidx); > + ret = of_property_read_u32_index(np, idxname, i, &clkidx); -> if (parent_name = NULL || ret < 0) +> if (parent_name == NULL || ret < 0) > break; -- diff --git a/a/content_digest b/N1/content_digest index 5272d7d..4186c8a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01394196400-17112-1-git-send-email-ben.dooks@codethink.co.uk\0" "ref\01394196400-17112-3-git-send-email-ben.dooks@codethink.co.uk\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH 2/2] clk: shmobile: clk-mstp: add backwards comapt for indices field\0" - "Date\0Fri, 07 Mar 2014 17:26:40 +0000\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH 2/2] clk: shmobile: clk-mstp: add backwards comapt for indices field\0" + "Date\0Fri, 07 Mar 2014 18:26:40 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -57,7 +57,7 @@ "> -\t\tret = of_property_read_u32_index(np, \"clock-indices\", i,\n" "> -\t\t\t\t\t\t &clkidx);\n" "> +\t\tret = of_property_read_u32_index(np, idxname, i, &clkidx);\n" - "> \t\tif (parent_name = NULL || ret < 0)\n" + "> \t\tif (parent_name == NULL || ret < 0)\n" "> \t\t\tbreak;\n" "\n" "-- \n" @@ -65,4 +65,4 @@ "\n" Laurent Pinchart -96882eb5055885f5175d6d7c7b5006ea3a8f329db009e552d464fbd9e6dc1722 +b9e3e2d265b0296fe293807136849c41d15cdcff2422481f81020ba040d33b17
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.