git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9184a9c
)
netfilter: Fix several warnings in compat_mtw_from_user().
author
David Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:14:39 +0000
(18:14 -0400)
committer
Pablo 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