diff options
| author | 2008-05-23 16:53:23 +1000 | |
|---|---|---|
| committer | 2008-05-23 16:53:23 +1000 | |
| commit | acf464817d5e7be9fb67aec4027dbee0ac9be17a (patch) | |
| tree | 39fd061c0a91a11d3ae4ff19b7fe179325e39bbf /drivers/net/sun3lance.c | |
| parent | [POWERPC] Remove unnecessary cast in arch_deref_entry_point() (diff) | |
| parent | [POWERPC] iSeries: Remove unused mail address (diff) | |
| download | linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.tar.xz linux-dev-acf464817d5e7be9fb67aec4027dbee0ac9be17a.zip | |
Merge branch 'merge' into powerpc-next
Diffstat (limited to 'drivers/net/sun3lance.c')
| -rw-r--r-- | drivers/net/sun3lance.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index f8d46134daca..359452a06c67 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c @@ -250,6 +250,9 @@ struct net_device * __init sun3lance_probe(int unit) static int found; int err = -ENODEV; + if (!MACH_IS_SUN3 && !MACH_IS_SUN3X) + return ERR_PTR(-ENODEV); + /* check that this machine has an onboard lance */ switch(idprom->id_machtype) { case SM_SUN3|SM_3_50: |
