1
0
Fork 0

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>
wifi-calibration
Fabian Frederick 2014-07-14 18:30:55 +02:00 committed by David S. Miller
parent 089b03227a
commit 0947611d16
1 changed files with 0 additions and 1 deletions

View File

@ -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;