1. 29 11月, 2011 25 次提交
  2. 28 11月, 2011 14 次提交
  3. 27 11月, 2011 1 次提交
    • D
      ifenslave: Fix unused variable warnings. · 450faacc
      David S. Miller 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      450faacc