mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
net, netfilter: Remove redundant goto in ebt_ulog_packet
In net/bridge/netfilter/ebt_ulog.c:ebt_ulog_packet() the 'goto unlock' before the 'alloc_failure' label is completely redundant. This patch removes it. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
9b42f06517
commit
f0da7ee410
@ -216,7 +216,6 @@ unlock:
|
||||
nlmsg_failure:
|
||||
pr_debug("error during NLMSG_PUT. This should "
|
||||
"not happen, please report to author.\n");
|
||||
goto unlock;
|
||||
alloc_failure:
|
||||
goto unlock;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user