mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
netlabel: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
089b03227a
commit
0947611d16
@ -170,7 +170,6 @@ int netlbl_cfg_unlbl_map_add(const char *domain,
|
||||
#endif /* IPv6 */
|
||||
default:
|
||||
goto cfg_unlbl_map_add_failure;
|
||||
break;
|
||||
}
|
||||
|
||||
entry->def.addrsel = addrmap;
|
||||
|
Loading…
Reference in New Issue
Block a user