From: Nicolas Saenz Julienne
After finding a "firmware" dt node stratix10 tries to match it's
compatible string with it. To do so it's calling of_find_matching_node()
which already takes care of decreasing the refcount on the "firmware"
node. We are then incorrectly decreasing the refcount on tha
Hi Nicolas,
good catch.
On Mon, Dec 3, 2018 at 8:13 AM Alan Tull wrote:
>
> On Mon, Dec 3, 2018 at 6:22 AM Nicolas Saenz Julienne
> wrote:
>
> Hi Nicolas,
>
> Thanks for catching this! I'll fix up one formatting thing (below).
>
> >
> > After finding a "firmware" dt node stratix10 tries to mat
On Mon, Dec 3, 2018 at 6:22 AM Nicolas Saenz Julienne
wrote:
Hi Nicolas,
Thanks for catching this! I'll fix up one formatting thing (below).
>
> After finding a "firmware" dt node stratix10 tries to match it's
> compatible string with it. To do so it's calling of_find_matching_node()
> which a
After finding a "firmware" dt node stratix10 tries to match it's
compatible string with it. To do so it's calling of_find_matching_node()
which already takes care of decreasing the refcount on the "firmware"
node. We are then incorrectly decreasing the refcount on that node
again.
This patch remov
4 matches
Mail list logo