android_kernel_lge_bullhead/drivers/net/ieee802154
Alexey Khoroshilov 6b0bf252b2 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>
2014-12-06 15:05:46 -08:00
..
Kconfig
Makefile
at86rf230.c at86rf230: change irq handling to prevent lockups with edge type irq 2013-04-16 16:34:08 -04:00
fakehard.c ieee802154: fix error handling in ieee802154fake_probe() 2014-12-06 15:05:46 -08:00
fakelb.c ieee802154: remove __dev* attributes 2012-12-03 11:16:56 -08:00
mrf24j40.c mrf24j40: use module_spi_driver to simplify the code 2013-04-09 13:19:38 -04:00