]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-88pm860x.c: add missing of_node_put()
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 22 May 2014 00:43:49 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:49 +0000 (10:43 +1000)
Add missing of_node_put() to decrement the reference count.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Cc: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-88pm860x.c

index fb9e3c63b4ac04d1387e597f4c610a2438e783d6..0c6add1a38dc73a5aa2d0c5ea22b4ce6edbb0fc7 100644 (file)
@@ -301,6 +301,7 @@ static int pm860x_rtc_dt_init(struct platform_device *pdev,
        ret = of_property_read_u32(np, "marvell,88pm860x-vrtc", &info->vrtc);
        if (ret)
                info->vrtc = 0;
+       of_node_put(np);
        return 0;
 }
 #else