We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9514bfe commit 099575bCopy full SHA for 099575b
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);
578
volatile struct mace *mb = mp->mace;
579
int intr, fs;
580
- unsigned int flags;
+ unsigned long flags;
581
582
/* don't want the dma interrupt handler to fire */
583
local_irq_save(flags);
0 commit comments