From: Alexander Stein Date: Mon, 28 Sep 2015 13:05:33 +0000 (+0200) Subject: net sysfs: Print link speed as signed integer X-Git-Tag: omap-for-v4.3/fixes-rc5~57^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c261b51ba19f0791de608f0acfb94956f78c76;p=pandora-kernel.git net sysfs: Print link speed as signed integer Otherwise 4294967295 (MBit/s) (-1) will be printed when there is no link. Documentation/ABI/testing/sysfs-class-net does not state if this shall be signed or unsigned. Also remove the now unused variable fmt_udec. Signed-off-by: Alexander Stein Signed-off-by: David S. Miller --- Reading git-diff-tree failed