lkml.org 
[lkml]   [2014]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH RESEND 2/2] rtc: 88pm860x: Add missing of_node_put
Date
On Wednesday, April 23, 2014 9:29 PM, Krzysztof Kozlowski wrote:
>
> Add missing of_node_put to decrement the reference count.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
> drivers/rtc/rtc-88pm860x.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/rtc/rtc-88pm860x.c b/drivers/rtc/rtc-88pm860x.c
> index fb9e3c63b4ac..0c6add1a38dc 100644
> --- a/drivers/rtc/rtc-88pm860x.c
> +++ b/drivers/rtc/rtc-88pm860x.c
> @@ -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
> --
> 1.9.1



\
 
 \ /
  Last update: 2014-04-23 15:41    [W:0.429 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site