Re: [PATCH v2 00/15] add missing of_node_put after calling of_parse_phandle

2016-08-01 Thread David Miller
From: Peter Chen Date: Mon, 1 Aug 2016 15:02:28 +0800 > This patch set fixes missing of_node_put issue at ethernet driver. > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > The compilation test has passed by

[PATCH v2 00/15] add missing of_node_put after calling of_parse_phandle

2016-08-01 Thread Peter Chen
Hi David, This patch set fixes missing of_node_put issue at ethernet driver. of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. The compilation test has passed by using allmodconfig for drivers/net/ethernet. Thanks. Changes for v2: - If