Skip to content
Commit 4f1296a5 authored by David S. Miller's avatar David S. Miller
Browse files

[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c



resource_size_t can be either a u64 or a u32, and we can't
really know for sure, so when printing such a value out
always use long-long printf formatting and cast the argument
to that type.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7bcd4dae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment