Remove gratuitous unlock in error case.
Reviewed by: sam
This commit is contained in:
parent
6c0af71bdc
commit
1b344bf7d7
@ -2134,7 +2134,6 @@ iwn_start_locked(struct ifnet *ifp)
|
||||
if (iwn_tx_data(sc, m, ni, txq) != 0) {
|
||||
ifp->if_oerrors++;
|
||||
ieee80211_free_node(ni);
|
||||
IWN_UNLOCK(sc);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user