diff options
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | 2014-11-15 00:11:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-16 20:45:14 +0100 |
commit | 8c2dd54485ccee7fc4086611e188478584758c8d (patch) | |
tree | 064cded623061624f24bc19038c66574c3c7e869 /net/dcb | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff) | |
download | linux-8c2dd54485ccee7fc4086611e188478584758c8d.tar.xz linux-8c2dd54485ccee7fc4086611e188478584758c8d.zip |
ieee802154: fix error handling in ieee802154fake_probe()
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>
Diffstat (limited to 'net/dcb')
0 files changed, 0 insertions, 0 deletions