forked from Minki/linux
[PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQ
Signed-off-by: Tom De Man <Tom.DeMan@DZINE.BE> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
4e157f08a0
commit
d00d012134
@ -10553,7 +10553,7 @@ static irqreturn_t ipw_isr(int irq, void *data)
|
|||||||
spin_lock(&priv->irq_lock);
|
spin_lock(&priv->irq_lock);
|
||||||
|
|
||||||
if (!(priv->status & STATUS_INT_ENABLED)) {
|
if (!(priv->status & STATUS_INT_ENABLED)) {
|
||||||
/* Shared IRQ */
|
/* IRQ is disabled */
|
||||||
goto none;
|
goto none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user