mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
zd1211rw: remove false assertion from zd_mac_clear()
The function is called before the lock which is asserted was ever used. Just remove it. Reported-by: syzbot+74c65761783d66a9c97c@syzkaller.appspotmail.com Signed-off-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
73c742bb9c
commit
7a2eb7367f
@ -223,7 +223,6 @@ void zd_mac_clear(struct zd_mac *mac)
|
||||
{
|
||||
flush_workqueue(zd_workqueue);
|
||||
zd_chip_clear(&mac->chip);
|
||||
lockdep_assert_held(&mac->lock);
|
||||
ZD_MEMCLEAR(mac, sizeof(struct zd_mac));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user