diff options
Diffstat (limited to 'drivers/net/wireless/wavelan_cs.c')
-rw-r--r-- | drivers/net/wireless/wavelan_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wavelan_cs.c b/drivers/net/wireless/wavelan_cs.c index 33918fd5b231..10c702b5be4a 100644 --- a/drivers/net/wireless/wavelan_cs.c +++ b/drivers/net/wireless/wavelan_cs.c | |||
@@ -3987,7 +3987,7 @@ wavelan_interrupt(int irq, | |||
3987 | #endif | 3987 | #endif |
3988 | 3988 | ||
3989 | /* Prevent reentrancy. We need to do that because we may have | 3989 | /* Prevent reentrancy. We need to do that because we may have |
3990 | * multiple interrupt handler running concurently. | 3990 | * multiple interrupt handler running concurrently. |
3991 | * It is safe because interrupts are disabled before aquiring | 3991 | * It is safe because interrupts are disabled before aquiring |
3992 | * the spinlock. */ | 3992 | * the spinlock. */ |
3993 | spin_lock(&lp->spinlock); | 3993 | spin_lock(&lp->spinlock); |