mirror of https://gitee.com/openkylin/linux.git
[PATCH] zd1211rw: Remove bogus assert
This function is never called in interrupt context, and it doesn't matter if it is called in IRQ context or not. Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: Ulrich Kunitz <kune@deine-taler.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
40da08bca6
commit
b1162b639c
|
@ -323,7 +323,6 @@ static void disable_read_regs_int(struct zd_usb *usb)
|
||||||
{
|
{
|
||||||
struct zd_usb_interrupt *intr = &usb->intr;
|
struct zd_usb_interrupt *intr = &usb->intr;
|
||||||
|
|
||||||
ZD_ASSERT(in_interrupt());
|
|
||||||
spin_lock(&intr->lock);
|
spin_lock(&intr->lock);
|
||||||
intr->read_regs_enabled = 0;
|
intr->read_regs_enabled = 0;
|
||||||
spin_unlock(&intr->lock);
|
spin_unlock(&intr->lock);
|
||||||
|
|
Loading…
Reference in New Issue