diff options
Diffstat (limited to 'drivers/net/3c523.c')
-rw-r--r-- | drivers/net/3c523.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/3c523.c b/drivers/net/3c523.c index a7b0e5e43a52..ca00f0a11217 100644 --- a/drivers/net/3c523.c +++ b/drivers/net/3c523.c | |||
@@ -463,7 +463,7 @@ static int __init do_elmc_probe(struct net_device *dev) | |||
463 | 463 | ||
464 | /* we didn't find any 3c523 in the slots we checked for */ | 464 | /* we didn't find any 3c523 in the slots we checked for */ |
465 | if (slot == MCA_NOTFOUND) | 465 | if (slot == MCA_NOTFOUND) |
466 | return ((base_addr || irq) ? -ENXIO : -ENODEV); | 466 | return (base_addr || irq) ? -ENXIO : -ENODEV; |
467 | 467 | ||
468 | mca_set_adapter_name(slot, "3Com 3c523 Etherlink/MC"); | 468 | mca_set_adapter_name(slot, "3Com 3c523 Etherlink/MC"); |
469 | mca_set_adapter_procfn(slot, (MCA_ProcFn) elmc_getinfo, dev); | 469 | mca_set_adapter_procfn(slot, (MCA_ProcFn) elmc_getinfo, dev); |