From: David S. Miller Date: Sat, 26 Nov 2011 21:54:17 +0000 (-0500) Subject: ifenslave: Fix unused variable warnings. X-Git-Tag: v3.3-rc1~182^2~476 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450faacc621dbe0a4945ed8292afd45f4602d263;p=pandora-kernel.git ifenslave: Fix unused variable warnings. Documentation/networking/ifenslave.c: In function ‘if_getconfig’: Documentation/networking/ifenslave.c:508:14: warning: variable ‘mtu’ set but not used [-Wunused-but-set-variable] Documentation/networking/ifenslave.c:508:6: warning: variable ‘metric’ set but not used [-Wunused-but-set-variable] The purpose of this function is to simply print out the values it probes, so... Signed-off-by: David S. Miller --- Reading git-diff-tree failed