[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070706145713.GC11067@localhost.sw.ru>
Date: Fri, 6 Jul 2007 18:57:13 +0400
From: Alexey Dobriyan <adobriyan@...ru>
To: jgarzik@...ox.com
Cc: netdev@...r.kernel.org, fthain@...egraphics.com.au
Subject: macmace: use "unsigned long flags;"
Code will do local_irq_save() on it.
Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
---
drivers/net/macmace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/macmace.c
+++ b/drivers/net/macmace.c
@@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
struct mace_data *mp = netdev_priv(dev);
volatile struct mace *mb = mp->mace;
int intr, fs;
- unsigned int flags;
+ unsigned long flags;
/* don't want the dma interrupt handler to fire */
local_irq_save(flags);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists