diff options
Diffstat (limited to 'drivers/isdn/hardware/mISDN/hfcmulti.c')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcmulti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index 987fb1824f08..4e3780d78ac7 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -4268,7 +4268,7 @@ init_card(struct hfc_multi *hc) | |||
4268 | goto error; | 4268 | goto error; |
4269 | /* | 4269 | /* |
4270 | * Finally enable IRQ output | 4270 | * Finally enable IRQ output |
4271 | * this is only allowed, if an IRQ routine is allready | 4271 | * this is only allowed, if an IRQ routine is already |
4272 | * established for this HFC, so don't do that earlier | 4272 | * established for this HFC, so don't do that earlier |
4273 | */ | 4273 | */ |
4274 | spin_lock_irqsave(&hc->lock, flags); | 4274 | spin_lock_irqsave(&hc->lock, flags); |
@@ -5212,7 +5212,7 @@ static void __devexit hfc_remove_pci(struct pci_dev *pdev) | |||
5212 | spin_unlock_irqrestore(&HFClock, flags); | 5212 | spin_unlock_irqrestore(&HFClock, flags); |
5213 | } else { | 5213 | } else { |
5214 | if (debug) | 5214 | if (debug) |
5215 | printk(KERN_DEBUG "%s: drvdata allready removed\n", | 5215 | printk(KERN_DEBUG "%s: drvdata already removed\n", |
5216 | __func__); | 5216 | __func__); |
5217 | } | 5217 | } |
5218 | } | 5218 | } |