Skip to content

Commit

Permalink
au1000_eth: use 'unsigned long' for irqflags
Browse files Browse the repository at this point in the history
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: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Vegard Nossum authored and Jeff Garzik committed Aug 14, 2008
1 parent 13b2738 commit 2726fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/au1000_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2726fcf

Please sign in to comment.