Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e94041c authored by David Woodhouse's avatar David Woodhouse Committed by David S. Miller
Browse files

libertas: remove check for driver_lock in lbs_interrupt()

parent 5844d12e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1435,11 +1435,6 @@ void lbs_interrupt(struct lbs_private *priv)

	lbs_deb_thread("lbs_interrupt: intcounter=%d\n", priv->intcounter);

	if (!spin_is_locked(&priv->driver_lock)) {
		printk(KERN_CRIT "%s called without driver_lock held\n", __func__);
		WARN_ON(1);
	}

	priv->intcounter++;

	if (priv->psstate == PS_STATE_SLEEP)