aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macmace.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/macmace.c')
-rw-r--r--drivers/net/macmace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macmace.c b/drivers/net/macmace.c
index fef3193121f9..9a343b965975 100644
--- a/drivers/net/macmace.c
+++ b/drivers/net/macmace.c
@@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
577 struct mace_data *mp = netdev_priv(dev); 577 struct mace_data *mp = netdev_priv(dev);
578 volatile struct mace *mb = mp->mace; 578 volatile struct mace *mb = mp->mace;
579 int intr, fs; 579 int intr, fs;
580 unsigned int flags; 580 unsigned long flags;
581 581
582 /* don't want the dma interrupt handler to fire */ 582 /* don't want the dma interrupt handler to fire */
583 local_irq_save(flags); 583 local_irq_save(flags);