mt76: move spin_lock_bh to spin_lock in tasklet
authorXingbang Liu <liu.airalert@gmail.com>
Fri, 10 Sep 2021 05:39:28 +0000 (13:39 +0800)
committerFelix Fietkau <nbd@nbd.name>
Wed, 20 Oct 2021 08:36:42 +0000 (10:36 +0200)
commitb5cdb4f9d14947ebdfd717e2f467f44041dd850e
treee0f9eaf899327bb4f866977c52811fea0c2960da
parent1799c220d8075ccaa30e6a3b69f5bef71e620e92
mt76: move spin_lock_bh to spin_lock in tasklet

as you are already in a tasklet, it is unnecessary to call spin_lock_bh.

Signed-off-by: Xingbang Liu <liu.airalert@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c