]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: rtl8169: Fix format string
authorThierry Reding <thierry.reding@gmail.com>
Fri, 20 Sep 2013 14:03:41 +0000 (16:03 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 22:50:53 +0000 (16:50 -0600)
commit7a36b9c1acb43c6be82b05c21cba1d0f14712d8c
tree2864d78d264419af5e73a265f499762b66b7d2db
parent26b807c4f8d95f7e1a9b16b5d0caebc6606d3dc6
net: rtl8169: Fix format string

currticks() is defined as get_timer(0), which returns an unsigned long,
so use %lu instead of %d to print the result.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Patch: 276473
drivers/net/rtl8169.c