]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQ
authorZhu Yi <yi.zhu@intel.com>
Thu, 12 Jul 2007 08:09:40 +0000 (16:09 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 18 Jul 2007 01:56:17 +0000 (21:56 -0400)
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>
drivers/net/wireless/ipw2200.c

index 4b5ec3666ee64c4c7c19eff0e65d252a7bbeb386..dac5e127f1a5fff1a717762f6eb8961e0ea7bc6e 100644 (file)
@@ -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;
        }