]> git.hungrycats.org Git - linux/commit
ieee802154: fix error handling in ieee802154fake_probe()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 14 Nov 2014 23:11:59 +0000 (02:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Dec 2014 23:57:17 +0000 (15:57 -0800)
commitbe0eba2d9a1e9dd2b679f049a5bfeb246f0e5d2a
tree127f008665057296a9a211fb09480d67048c71ab
parentc919f11d23de2f5f87eedb333bcba4c0942bc4f1
ieee802154: fix error handling in ieee802154fake_probe()

[ Upstream commit 8c2dd54485ccee7fc4086611e188478584758c8d ]

In case of any failure ieee802154fake_probe() just calls unregister_netdev().
But it does not look safe to unregister netdevice before it was registered.

The patch implements straightforward resource deallocation in case of
failure in ieee802154fake_probe().

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ieee802154/fakehard.c