ieee802154: fix error handling in ieee802154fake_probe()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 14 Nov 2014 23:11:59 +0000 (02:11 +0300)
committerDanny Wood <danwood76@gmail.com>
Tue, 29 Jan 2019 13:05:12 +0000 (13:05 +0000)
commit283f059ac813e4982c7fc4f360d37d4a512ff44b
treea6c670f0fb1e0f48d643ba2f01acbb44d3c88c0e
parentb2a4870247fa3e4de5e1ac2edf9f57c70f6b034e
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