Skip to content

Commit

Permalink
macmace: use "unsigned long flags;"
Browse files Browse the repository at this point in the history
Code will do local_irq_save() on it.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Alexey Dobriyan authored and Jeff Garzik committed Jul 10, 2007
1 parent 9514bfe commit 099575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/macmace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 099575b

Please sign in to comment.