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

Commit d00d0121 authored by Zhu Yi's avatar Zhu Yi Committed by John W. Linville
Browse files

[PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQ

parent 4e157f08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10553,7 +10553,7 @@ static irqreturn_t ipw_isr(int irq, void *data)
	spin_lock(&priv->irq_lock);

	if (!(priv->status & STATUS_INT_ENABLED)) {
		/* Shared IRQ */
		/* IRQ is disabled */
		goto none;
	}