Browse Source

net/macsonic: Drop redundant MACH_IS_MAC test

The MACH_IS_MAC test is redundant here because the platform device
won't get registered unless MACH_IS_MAC.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Finn Thain 7 years ago
parent
commit
3d16bada58
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/net/ethernet/natsemi/macsonic.c

+ 0 - 3
drivers/net/ethernet/natsemi/macsonic.c

@@ -311,9 +311,6 @@ static int mac_onboard_sonic_probe(struct net_device *dev)
 	int sr;
 	int sr;
 	bool commslot = macintosh_config->expansion_type == MAC_EXP_PDS_COMM;
 	bool commslot = macintosh_config->expansion_type == MAC_EXP_PDS_COMM;
 
 
-	if (!MACH_IS_MAC)
-		return -ENODEV;
-
 	printk(KERN_INFO "Checking for internal Macintosh ethernet (SONIC).. ");
 	printk(KERN_INFO "Checking for internal Macintosh ethernet (SONIC).. ");
 
 
 	/* Bogus probing, on the models which may or may not have
 	/* Bogus probing, on the models which may or may not have