netfilter: Fix several warnings in compat_mtw_from_user().
authorDavid Miller <davem@davemloft.net>
Thu, 19 May 2011 22:14:39 +0000 (18:14 -0400)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 26 May 2011 17:09:07 +0000 (19:09 +0200)
Kill set but not used 'entry_offset'.

Add a default case to the switch statement so the compiler
can see that we always initialize off and size_kern before
using them.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found