Re: [PATCH v2 1/1] memory: emif: add missing of_node_put after calling of_parse_phandle

From: santosh.shilimkar@xxxxxxxxxx
Date: Sun Jul 17 2016 - 23:09:37 EST


On 7/17/16 7:00 PM, Peter Chen wrote:
of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Signed-off-by: Peter Chen <peter.chen@xxxxxxx>
---

Changes for v2:
- %s/of_put_node/of_node_put

drivers/memory/emif.c | 2 ++
1 file changed, 2 insertions(+)

I will pick this up for next merge window...