diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-05-10 15:18:39 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-05-10 15:18:39 +0000 |
commit | 548898d8d370ad48f5b329c6bb2822a2f3d21d0f (patch) | |
tree | c47bbe4324b43bbea5565f6efc3ddd4ac5bcf1a7 /drivers/net/sgiseeq.c | |
parent | bdc4e7bef526d942fa976f0b40d9fac6204c6fdc (diff) |
Fix for multiple detection of ethernet interface.
Thanks to Klaus Naumann <spock@mgnet.de>
Diffstat (limited to 'drivers/net/sgiseeq.c')
-rw-r--r-- | drivers/net/sgiseeq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index c7cb98318..15a304c4f 100644 --- a/drivers/net/sgiseeq.c +++ b/drivers/net/sgiseeq.c @@ -694,7 +694,7 @@ int sgiseeq_probe(struct net_device *dev) char *ep; if (initialized) /* Already initialized? */ - return 0; + return 1; initialized++; /* First get the ethernet address of the onboard interface from ARCS. |