[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200618.204508.1827331900997451321.davem@davemloft.net>
Date: Thu, 18 Jun 2020 20:45:08 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: f.fainelli@...il.com
Cc: netdev@...r.kernel.org, andrew@...n.ch, vivien.didelot@...il.com,
kuba@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net] net: dsa: bcm_sf2: Fix node reference count
From: Florian Fainelli <f.fainelli@...il.com>
Date: Wed, 17 Jun 2020 20:42:44 -0700
> of_find_node_by_name() will do an of_node_put() on the "from" argument.
> With CONFIG_OF_DYNAMIC enabled which checks for device_node reference
> counts, we would be getting a warning like this:
...
> Fix this by adding a of_node_get() to increment the reference count
> prior to the call.
>
> Fixes: afa3b592953b ("net: dsa: bcm_sf2: Ensure correct sub-node is parsed")
> Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
Applied and queued up for v5.7 -stable, thanks.
Powered by blists - more mailing lists