Wen Yang <wen.yan...@zte.com.cn> wrote:

> The call to of_find_node_by_phandle returns a node pointer with refcount
> incremented thus it must be explicitly decremented after the last
> usage.
> 
> Detected by coccinelle with the following warnings:
> ./drivers/net/wireless/mediatek/mt76/eeprom.c:58:2-8: ERROR: missing 
> of_node_put; acquired a node pointer with refcount incremented on line 48, 
> but without a corresponding object release within this function.
> ./drivers/net/wireless/mediatek/mt76/eeprom.c:61:2-8: ERROR: missing 
> of_node_put; acquired a node pointer with refcount incremented on line 48, 
> but without a corresponding object release within this function.
> ./drivers/net/wireless/mediatek/mt76/eeprom.c:67:2-8: ERROR: missing 
> of_node_put; acquired a node pointer with refcount incremented on line 48, 
> but without a corresponding object release within this function.
> ./drivers/net/wireless/mediatek/mt76/eeprom.c:70:2-8: ERROR: missing 
> of_node_put; acquired a node pointer with refcount incremented on line 48, 
> but without a corresponding object release within this function.
> ./drivers/net/wireless/mediatek/mt76/eeprom.c:72:1-7: ERROR: missing 
> of_node_put; acquired a node pointer with refcount incremented on line 48, 
> but without a corresponding object release within this function.
> 
> Signed-off-by: Wen Yang <wen.yan...@zte.com.cn>
> Cc: Felix Fietkau <n...@nbd.name>
> Cc: Lorenzo Bianconi <lorenzo.biancon...@gmail.com>
> Cc: Kalle Valo <kv...@codeaurora.org>
> Cc: "David S. Miller" <da...@davemloft.net>
> Cc: Matthias Brugger <matthias....@gmail.com>
> Cc: linux-wirel...@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: linux-media...@lists.infradead.org
> Cc: linux-ker...@vger.kernel.org

Patch applied to wireless-drivers-next.git, thanks.

34e022d8b780 mt76: fix a leaked reference by adding a missing of_node_put

-- 
https://patchwork.kernel.org/patch/10825315/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Reply via email to