Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099575b6 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Jeff Garzik
Browse files

macmace: use "unsigned long flags;"



Code will do local_irq_save() on it.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 9514bfe5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);