From: David S. Miller Date: Mon, 18 Apr 2011 00:03:33 +0000 (-0700) Subject: netfilter: nf_conntrack_standalone: Fix set-but-unused variables. X-Git-Tag: v3.0-rc1~377^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88d7de09875e643e225a5d0883d18152ce5a89b;p=pandora-kernel.git netfilter: nf_conntrack_standalone: Fix set-but-unused variables. The variable 'ret' is set but unused in ct_seq_show(). This was obviously meant to be used to propagate error codes to the caller, so make it so. Signed-off-by: David S. Miller --- Reading git-diff-tree failed