Skip to content
Snippets Groups Projects
Commit 7a36b9c1 authored by Thierry Reding's avatar Thierry Reding Committed by Joe Hershberger
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Patch: 276473
parent 26b807c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment