Re: [PATCH v2 1/1] net sysfs: Print link speed as signed integer
From: David Miller <davem@davemloft.net>
Date: 2015-09-29 21:56:48
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2015-09-29 21:56:48
Also in:
netdev
From: Alexander Stein <redacted> Date: Mon, 28 Sep 2015 15:05:33 +0200
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 <redacted>
Applied, thanks.