Skip to content

Commit 099575b

Browse files
Alexey DobriyanJeff Garzik
authored andcommitted
macmace: use "unsigned long flags;"
Code will do local_irq_save() on it. Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 9514bfe commit 099575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/macmace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
577577
struct mace_data *mp = netdev_priv(dev);
578578
volatile struct mace *mb = mp->mace;
579579
int intr, fs;
580-
unsigned int flags;
580+
unsigned long flags;
581581

582582
/* don't want the dma interrupt handler to fire */
583583
local_irq_save(flags);

0 commit comments

Comments
 (0)