commit | 861934c7c888973da8bf621b3959e408531539e1 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Dec 05 01:30:29 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:22 2008 -0800 |
tree | dd0f0c008e58c68bdb35129b00657ac873944461 | |
parent | ea3a66ff5ae41daa1d1aa789140a70415eaf7b46 [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>