|
@@ -513,7 +513,7 @@ irqreturn_t ath_isr(int irq, void *dev)
|
|
|
* touch anything. Note this can happen early
|
|
|
* on if the IRQ is shared.
|
|
|
*/
|
|
|
- if (test_bit(ATH_OP_INVALID, &common->op_flags))
|
|
|
+ if (!ah || test_bit(ATH_OP_INVALID, &common->op_flags))
|
|
|
return IRQ_NONE;
|
|
|
|
|
|
/* shared irq, not for us */
|