mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 12:46:55 +07:00
rtw88: remove unused spinlock
dm_lock is never used. Thus, remove this redundant spinlock. Signed-off-by: Tzu-En Huang <tehuang@realtek.com> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
e339b64935
commit
3f43f10bd6
@ -1376,7 +1376,6 @@ int rtw_core_init(struct rtw_dev *rtwdev)
|
||||
skb_queue_head_init(&rtwdev->coex.queue);
|
||||
skb_queue_head_init(&rtwdev->tx_report.queue);
|
||||
|
||||
spin_lock_init(&rtwdev->dm_lock);
|
||||
spin_lock_init(&rtwdev->rf_lock);
|
||||
spin_lock_init(&rtwdev->h2c.lock);
|
||||
spin_lock_init(&rtwdev->txq_lock);
|
||||
|
@ -1586,9 +1586,6 @@ struct rtw_dev {
|
||||
/* ensures exclusive access from mac80211 callbacks */
|
||||
struct mutex mutex;
|
||||
|
||||
/* lock for dm to use */
|
||||
spinlock_t dm_lock;
|
||||
|
||||
/* read/write rf register */
|
||||
spinlock_t rf_lock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user