summaryrefslogtreecommitdiffstats
path: root/arch/m68k/atari/ataints.c
diff options
context:
space:
mode:
authorJules Irenge <jbi.octave@gmail.com>2020-04-11 01:19:26 +0100
committerFelix Fietkau <nbd@nbd.name>2020-05-12 19:52:31 +0200
commit5da612090d9a7b1481b7587b3b1deede30a11baf (patch)
tree6e1b8176a15315a41cca9e68229cc9b92e76f2b3 /arch/m68k/atari/ataints.c
parent9fbb4b8621d7cac34b5b4b20462341b00d9d596c (diff)
mt76: remove unnecessary annotations
Sparse report warnings at mt76_tx_status_unlock() and mt76_tx_status_lock() warning: context imbalance in mt76_tx_status_lock() - wrong count at exit warning: context imbalance in mt76_tx_status_unlock() - unexpected unlock The root cause is the additional __acquire(&dev->status_list.lock) and __release(&dev->status_list.unlock) called from inside mt76_tx_status_lock() and mt76_tx_status_unlock(). Remove __acquire(&dev->status_list.lock) annotation Remove __releases(&dev->status_list.unlock) Correct &dev->status_list.unlock to &dev->status_list.lock -unlock not defined in the sk_buff_head struct Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'arch/m68k/atari/ataints.c')
0 files changed, 0 insertions, 0 deletions