diff options
Diffstat (limited to 'drivers/net/lance.c')
-rw-r--r-- | drivers/net/lance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/lance.c b/drivers/net/lance.c index e81b6113ed94..d7afb938ea62 100644 --- a/drivers/net/lance.c +++ b/drivers/net/lance.c | |||
@@ -519,7 +519,7 @@ static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int | |||
519 | } | 519 | } |
520 | } | 520 | } |
521 | 521 | ||
522 | /* We can't allocate dev->priv from alloc_etherdev() because it must | 522 | /* We can't allocate private data from alloc_etherdev() because it must |
523 | a ISA DMA-able region. */ | 523 | a ISA DMA-able region. */ |
524 | chipname = chip_table[lance_version].name; | 524 | chipname = chip_table[lance_version].name; |
525 | printk("%s: %s at %#3x, ", dev->name, chipname, ioaddr); | 525 | printk("%s: %s at %#3x, ", dev->name, chipname, ioaddr); |