From: Jesper Juhl Date: Sun, 17 Jul 2011 17:56:38 +0000 (+0200) Subject: net, netfilter: Remove redundant goto in ebt_ulog_packet X-Git-Tag: v3.1-rc1~245^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0da7ee410e63a1521af734c3970acc1470e8c50;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed