Signed-off-by: Fabian Frederick <[email protected]>
---
 drivers/net/ethernet/8390/mac8390.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/net/ethernet/8390/mac8390.c 
b/drivers/net/ethernet/8390/mac8390.c
index 90e825e..65cf60f 100644
--- a/drivers/net/ethernet/8390/mac8390.c
+++ b/drivers/net/ethernet/8390/mac8390.c
@@ -178,10 +178,8 @@ static enum mac8390_type __init mac8390_ident(struct 
nubus_dev *dev)
                case NUBUS_DRHW_APPLE_SONIC_LC:
                case NUBUS_DRHW_SONNET:
                        return MAC8390_NONE;
-                       break;
                default:
                        return MAC8390_APPLE;
-                       break;
                }
                break;
 
@@ -189,13 +187,10 @@ static enum mac8390_type __init mac8390_ident(struct 
nubus_dev *dev)
                switch (dev->dr_hw) {
                case NUBUS_DRHW_ASANTE_LC:
                        return MAC8390_NONE;
-                       break;
                case NUBUS_DRHW_CABLETRON:
                        return MAC8390_CABLETRON;
-                       break;
                default:
                        return MAC8390_APPLE;
-                       break;
                }
                break;
 
@@ -220,10 +215,8 @@ static enum mac8390_type __init mac8390_ident(struct 
nubus_dev *dev)
                switch (dev->dr_hw) {
                case NUBUS_DRHW_INTERLAN:
                        return MAC8390_INTERLAN;
-                       break;
                default:
                        return MAC8390_KINETICS;
-                       break;
                }
                break;
 
@@ -563,7 +556,6 @@ static int __init mac8390_initdev(struct net_device *dev,
                case ACCESS_UNKNOWN:
                        pr_err("Don't know how to access card memory!\n");
                        return -ENODEV;
-                       break;
 
                case ACCESS_16:
                        /* 16 bit card, register map is reversed */
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to