mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
13b2738cbb
commit
2726fcf0da
@ -807,7 +807,7 @@ err_out:
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user