From: David Miller Date: Thu, 19 May 2011 22:14:39 +0000 (-0400) Subject: netfilter: Fix several warnings in compat_mtw_from_user(). X-Git-Tag: v3.0-rc1~39^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97242c85a2c8160eac5a6e945209b5b6ae8ab5a3;p=pandora-kernel.git netfilter: Fix several warnings in compat_mtw_from_user(). 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 Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed