Merge tag 'linux-kselftest-4.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / drivers / hwspinlock / qcom_hwspinlock.c
index c752447fbac7883f96290889e382639033975b53..fa6880b8060a050cf2ef01d8a79b762e1cb2272c 100644 (file)
@@ -98,6 +98,7 @@ static int qcom_hwspinlock_probe(struct platform_device *pdev)
        }
 
        regmap = syscon_node_to_regmap(syscon);
+       of_node_put(syscon);
        if (IS_ERR(regmap))
                return PTR_ERR(regmap);
 
This page took 0.027377 seconds and 5 git commands to generate.