]> asedeno.scripts.mit.edu Git - linux.git/commit
remoteproc: qcom: Fix potential device node leaks
authorTobias Jordan <Tobias.Jordan@elektrobit.com>
Thu, 15 Feb 2018 15:12:55 +0000 (16:12 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 25 Apr 2018 23:46:55 +0000 (16:46 -0700)
commit278d744c46fd4f1925aec77752d18a0e4a9cbec3
treefe88cca13347086c27a02aef69c61fb68720792f
parentfcd58037f28bf70eb17157a51fbf94d466634a7d
remoteproc: qcom: Fix potential device node leaks

Add missing of_node_put()s at two places for device nodes returned by
of_parse_phandle().

Fixes: 051fb70fd4ea ("remoteproc: qcom: Driver for the self-authenticating
 Hexagon v5")
Signed-off-by: Tobias Jordan <Tobias.Jordan@elektrobit.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_q6v5_pil.c