OSDN Git Service

net: phy: fix memory leak in device-create error path
authorJohan Hovold <johan@kernel.org>
Thu, 6 Aug 2020 15:37:53 +0000 (17:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 21:11:42 +0000 (14:11 -0700)
commitd02cbc46136105cf86f84ac355e16f04696f538d
treeef93717094e0dd51449223dd54a2524b605681c2
parent1c3b63f155f637594268cd1add8335461691b314
net: phy: fix memory leak in device-create error path

A recent commit introduced a late error path in phy_device_create()
which fails to release the device name allocated by dev_set_name().

Fixes: 13d0ab6750b2 ("net: phy: check return code when requesting PHY driver module")
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c