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

Commit 2726fcf0 authored by Vegard Nossum's avatar Vegard Nossum Committed by Jeff Garzik
Browse files

au1000_eth: use 'unsigned long' for irqflags



The patch was generated using the Coccinelle semantic patch framework.

Cc: Julia Lawall <julia@diku.dk>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 13b2738c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ static struct net_device * au1000_probe(int port_num)
static int au1000_init(struct net_device *dev)
{
	struct au1000_private *aup = (struct au1000_private *) dev->priv;
	u32 flags;
	unsigned long flags;
	int i;
	u32 control;