From: Patrick McHardy Date: Wed, 5 Dec 2007 09:30:29 +0000 (-0800) Subject: [NETFILTER]: nfnetlink_queue: eliminate impossible switch case X-Git-Tag: v2.6.25-rc1~1162^2~1225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861934c7c888973da8bf621b3959e408531539e1;p=pandora-kernel.git [NETFILTER]: nfnetlink_queue: eliminate impossible switch case We don't need a default case in nfqnl_build_packet_message(), the copy_mode is validated when it is set. Tell the compiler about the possible types and remove the default case. Saves 80b of text on x86_64. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed