mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-03-31 22:49:56 +00:00
Remove all calls to _rtw_spinlock_free()
This routine is empty, thus all calls to it can be removed. Link: https://lore.kernel.org/r/20210805183717.23007-4-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
34ec238387
commit
51e1f13a91
@@ -4091,11 +4091,6 @@ inline void rtw_macid_ctl_init(struct macid_ctl_t *macid_ctl)
|
||||
_rtw_spinlock_init(&macid_ctl->lock);
|
||||
}
|
||||
|
||||
inline void rtw_macid_ctl_deinit(struct macid_ctl_t *macid_ctl)
|
||||
{
|
||||
_rtw_spinlock_free(&macid_ctl->lock);
|
||||
}
|
||||
|
||||
inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id)
|
||||
{
|
||||
if (id / 8 >= bmp_len)
|
||||
|
||||
Reference in New Issue
Block a user