diff options
author | Sun Ke <sunke32@huawei.com> | 2022-09-08 12:02:26 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-09-19 14:17:59 -0700 |
commit | 2f8a786f472445d66348859af8795aa6ffd9ff8c (patch) | |
tree | a908c8832c644963ca6acc051bf586b9afca8137 /drivers/mtd | |
parent | 42666b2c452ce87894786aae05e3fad3cfc6cb59 (diff) |
net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_register()
This node pointer is returned by of_find_compatible_node() with
refcount incremented in this function. of_node_put() on it before
exitting this function.
Fixes: c9cd961c0d43 ("net: dsa: microchip: lan937x: add interrupt support for port phy link")
Signed-off-by: Sun Ke <sunke32@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220908040226.871690-1-sunke32@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/mtd')
0 files changed, 0 insertions, 0 deletions