Re: [PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-08-08 Thread Lee Jones
On Fri, 15 Jul 2016, Peter Chen wrote: > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Bjorn Andersson > Cc: Lee Jones > Signed-off-by: Peter Chen >

Re: [PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-08-08 Thread Lee Jones
On Fri, 15 Jul 2016, Peter Chen wrote: > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Bjorn Andersson > Cc: Lee Jones > Signed-off-by: Peter Chen > --- > drivers/mfd/qcom_rpm.c | 1 + > 1 file changed, 1 insertion(+)

Re: [PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-07-15 Thread Bjorn Andersson
On Fri 15 Jul 02:38 PDT 2016, Peter Chen wrote: > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Bjorn Andersson Reviewed-by: Bjorn Andersson Regards, Bjorn >

Re: [PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-07-15 Thread Bjorn Andersson
On Fri 15 Jul 02:38 PDT 2016, Peter Chen wrote: > of_node_put needs to be called when the device node which is got > from of_parse_phandle has finished using. > > Cc: Bjorn Andersson Reviewed-by: Bjorn Andersson Regards, Bjorn > Cc: Lee Jones > Signed-off-by: Peter Chen > --- >

[PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-07-15 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: Bjorn Andersson Cc: Lee Jones Signed-off-by: Peter Chen --- drivers/mfd/qcom_rpm.c | 1 + 1 file changed, 1

[PATCH 1/1] mfd: qcom_rpm: add missing of_node_put after calling of_parse_phandle

2016-07-15 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Cc: Bjorn Andersson Cc: Lee Jones Signed-off-by: Peter Chen --- drivers/mfd/qcom_rpm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c