| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2.6.0-test4][NET] sk_mca.c: fix linker error |
| From: | Vinay K Nallamothu <vinay-rc@xxxxxxxxxxxxxx> |
| Date: | 23 Aug 2003 18:52:18 +0530 |
| Cc: | LKML <linux-kernel@xxxxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
This patch fixes the following linker error due to a typo:
*** Warning: "spin_lock_irqrestore" [drivers/net/sk_mca.ko] undefined!
--- linux-2.6.0-test4/drivers/net/sk_mca.c 2003-07-28 10:43:57.000000000
+0530
+++ linux-2.6.0-test4-nvk/drivers/net/sk_mca.c 2003-08-23 18:47:55.000000000
+0530
@@ -280,7 +280,7 @@
/* reenable interrupts */
- spin_lock_irqrestore(&priv->lock, flags);
+ spin_unlock_irqrestore(&priv->lock, flags);
}
/* get LANCE register */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2.6.0-test4][NET] 3c509.c: remove device.name field, Vinay K Nallamothu |
|---|---|
| Next by Date: | Re: [PATCH 2.6.0-test4][NET] sk_mca.c: fix linker error, Vinay K Nallamothu |
| Previous by Thread: | [PATCH 2.6.0-test4][NET] 3c509.c: remove device.name field, Vinay K Nallamothu |
| Next by Thread: | Re: [PATCH 2.6.0-test4][NET] sk_mca.c: fix linker error, Vinay K Nallamothu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |