hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle
commit4d41c8cb970cb719a7008a68ad66cf1c1ecc82ad
authorPeter Chen <peter.chen@nxp.com>
Tue, 5 Jul 2016 02:11:03 +0000 (5 10:11 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 6 Jul 2016 19:20:34 +0000 (6 12:20 -0700)
treebc0279357030d2dc27939088037dc3a3e173dd5c
parentaf8c34ce6ae32addda3788d54a7e340cad22516b
hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/hwspinlock/qcom_hwspinlock.c