Re: [PATCH] clocksource/drivers/integrator-ap: add of_node_put()

From: Frank Lee
Date: Thu Nov 22 2018 - 09:39:52 EST


On Thu, Nov 22, 2018 at 10:37 PM Daniel Lezcano
<daniel.lezcano@xxxxxxxxxx> wrote:
>
> On 22/11/2018 15:33, Frank Lee wrote:
> > On Thu, Nov 22, 2018 at 10:26 PM Daniel Lezcano
> > <daniel.lezcano@xxxxxxxxxx> wrote:
> >>
> >> On 20/11/2018 14:18, Yangtao Li wrote:
> >>> use of_node_put() to release the refcount.
> >>>
> >>> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> >>
> >> Applied, thanks!
> > Hi Danielï
> >
> > This patch is a bit small, I will resendã
>
> What do you mean by 'small' ?
pri_node = of_find_node_by_path(path);
if (node == pri_node){
of_node_put(pri_node);

/* The primary timer lacks IRQ, use as clocksource */
return integrator_clocksource_init(rate, base);
}

sec_node = of_find_node_by_path(path);

Under my revision, pri_node and sec_nodeare the same thing.

Yours,
Yangtao
>
> >> --
> >> <http://www.linaro.org/> Linaro.org â Open source software for ARM SoCs
> >>
> >> Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
> >> <http://twitter.com/#!/linaroorg> Twitter |
> >> <http://www.linaro.org/linaro-blog/> Blog
> >>
>
>
> --
> <http://www.linaro.org/> Linaro.org â Open source software for ARM SoCs
>
> Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog
>