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 using allmodconfig for
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 th