Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 
b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
index d568af1..2553ed5 100644
--- a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
+++ b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c
@@ -723,13 +723,10 @@ static int gelic_wl_get_scan(struct net_device *netdev,
                /* If a scan in progress, caller should call me again */
                ret = -EAGAIN;
                goto out;
-               break;
-
        case GELIC_WL_SCAN_STAT_INIT:
                /* last scan request failed or never issued */
                ret = -ENODEV;
                goto out;
-               break;
        case GELIC_WL_SCAN_STAT_GOT_LIST:
                /* ok, use current list */
                break;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
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