ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 8 Aug 2018 03:10:39 +0000 (03:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 01:36:49 +0000 (18:36 -0700)
commit13403d6952a5adf80d3d5668c290490852b4def2
tree9decf048cb7600f2df1e66c54132b55a44e8daed
parent470770bf841b49fe129876300dfcb74a8bbabe99
ieee802154: hwsim: fix missing unlock on error in hwsim_add_one()

Add the missing unlock before return from function hwsim_add_one()
in the error handling case.

Fixes: f25da51fdc38 ("ieee802154: hwsim: add replacement for fakelb")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ieee802154/mac802154_hwsim.c