Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1205d38d authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

ps3_gelic: remove unnecessary break after goto

parent 11029d03
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;