diff for duplicates of <564A0E7A.4080105@broadcom.com> diff --git a/a/1.txt b/N1/1.txt index 61ca3ed..c10f8d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ On 11/16/2015 3:33 AM, Julia Lawall wrote: > unsigned cnt = 0; > + int ret; > -> if (of_get_child_count(node) = 0) { +> if (of_get_child_count(node) == 0) { > dev_err(dev, "PHY no child node\n"); > @@ -154,24 +155,28 @@ static int cygnus_pcie_phy_probe(struct platform_device *pdev) > if (of_property_read_u32(child, "reg", &id)) { diff --git a/a/content_digest b/N1/content_digest index c4e0fd6..93db775 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01447673600-8881-1-git-send-email-Julia.Lawall@lip6.fr\0" "ref\01447673600-8881-8-git-send-email-Julia.Lawall@lip6.fr\0" - "From\0Ray Jui <rjui@broadcom.com>\0" - "Subject\0Re: [PATCH 7/7] phy: cygnus: pcie: add missing of_node_put\0" - "Date\0Mon, 16 Nov 2015 17:12:26 +0000\0" + "From\0rjui@broadcom.com (Ray Jui)\0" + "Subject\0[PATCH 7/7] phy: cygnus: pcie: add missing of_node_put\0" + "Date\0Mon, 16 Nov 2015 09:12:26 -0800\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -49,7 +49,7 @@ "> \tunsigned cnt = 0;\n" "> +\tint ret;\n" ">\n" - "> \tif (of_get_child_count(node) = 0) {\n" + "> \tif (of_get_child_count(node) == 0) {\n" "> \t\tdev_err(dev, \"PHY no child node\\n\");\n" "> @@ -154,24 +155,28 @@ static int cygnus_pcie_phy_probe(struct platform_device *pdev)\n" "> \t\tif (of_property_read_u32(child, \"reg\", &id)) {\n" @@ -100,4 +100,4 @@ "\n" Reviewed-by: Ray Jui <rjui@broadcom.com> -4699f1d48893c79b1e7da236c05a92ec9fa2434cd4eba84eaa95d2c381f22064 +0153ebbbd05bde830e97f29fa3df4e47ac7cf5ffbca37d0468fc6b1454d67fae
diff --git a/a/1.txt b/N2/1.txt index 61ca3ed..c10f8d3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -41,7 +41,7 @@ On 11/16/2015 3:33 AM, Julia Lawall wrote: > unsigned cnt = 0; > + int ret; > -> if (of_get_child_count(node) = 0) { +> if (of_get_child_count(node) == 0) { > dev_err(dev, "PHY no child node\n"); > @@ -154,24 +155,28 @@ static int cygnus_pcie_phy_probe(struct platform_device *pdev) > if (of_property_read_u32(child, "reg", &id)) { diff --git a/a/content_digest b/N2/content_digest index c4e0fd6..77e157c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,20 @@ "ref\01447673600-8881-8-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Ray Jui <rjui@broadcom.com>\0" "Subject\0Re: [PATCH 7/7] phy: cygnus: pcie: add missing of_node_put\0" - "Date\0Mon, 16 Nov 2015 17:12:26 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Mon, 16 Nov 2015 09:12:26 -0800\0" + "To\0Julia Lawall <Julia.Lawall@lip6.fr>" + " Kishon Vijay Abraham I <kishon@ti.com>\0" + "Cc\0<kernel-janitors@vger.kernel.org>" + Scott Branden <sbranden@broadcom.com> + Jon Mason <jonmason@broadcom.com> + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <bcm-kernel-feedback-list@broadcom.com> + Russell King - ARM Linux <linux@arm.linux.org.uk> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + Andrew Lunn <andrew@lunn.ch> + Bjorn Helgaas <bhelgaas@google.com> + " Jason Cooper <jason@lakedaemon.net>\0" "\00:1\0" "b\0" "Hi Julia,\n" @@ -49,7 +61,7 @@ "> \tunsigned cnt = 0;\n" "> +\tint ret;\n" ">\n" - "> \tif (of_get_child_count(node) = 0) {\n" + "> \tif (of_get_child_count(node) == 0) {\n" "> \t\tdev_err(dev, \"PHY no child node\\n\");\n" "> @@ -154,24 +155,28 @@ static int cygnus_pcie_phy_probe(struct platform_device *pdev)\n" "> \t\tif (of_property_read_u32(child, \"reg\", &id)) {\n" @@ -100,4 +112,4 @@ "\n" Reviewed-by: Ray Jui <rjui@broadcom.com> -4699f1d48893c79b1e7da236c05a92ec9fa2434cd4eba84eaa95d2c381f22064 +a3e010ba0fbaf2e6d760e77175fb0d3e5a8dd67aa4ef049a053defd48615639a
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.