You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ps3_gelic: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
11029d03bf
commit
1205d38d86
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user