diff options
Diffstat (limited to 'drivers/net/macmace.c')
| -rw-r--r-- | drivers/net/macmace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macmace.c b/drivers/net/macmace.c index a93002904de2..099b1fc938e3 100644 --- a/drivers/net/macmace.c +++ b/drivers/net/macmace.c @@ -200,7 +200,7 @@ static int bitrev(int b) int mace68k_probe(struct net_device *unused) { int j; - static int once=0; + static int once; struct mace68k_data *mp; unsigned char *addr; struct net_device *dev; |
