On Sun, Dec 15, 2019 at 6:48 PM Marc Zyngier wrote:
>
> On Sat, 14 Dec 2019 17:54:47 +
> Yangtao Li wrote:
>
> > Use devm_platform_ioremap_resource() to simplify code.
> >
> > Signed-off-by: Yangtao Li
> > ---
> > drivers/soc/qcom/llcc-qcom.c| 7 +--
> > drivers/soc/qcom/qcom-geni-s
ping...
On Wed, Nov 21, 2018 at 12:02 PM Viresh Kumar wrote:
>
> On 20-11-18, 11:05, Yangtao Li wrote:
> > The of_find_node_by_path() returns a node pointer with refcount
> > incremented,but there is the lack of use of the of_node_put() when
> > done.Add the missing of_node_put() to release the refcount.
On Thu, Nov 22, 2018 at 4:45 AM Jacek Anaszewski
wrote:
>
> Hi Yangtao,
>
> Thank you for the patch.
>
> On 11/21/2018 01:31 PM, Yangtao Li wrote:
> > of_find_node_by_path() acquires a reference to the node returned by
> > it and that reference needs to be dropped by its caller.bl_idle_init()
> >