diff --git a/net/sunrpc/stats.c b/net/sunrpc/stats.c index 53746793eca29b67d1dc9fb2f217c6c259ea59f7..790941e8af4daf6b77d6c549d6cba2c11c7d44ac 100644 --- a/net/sunrpc/stats.c +++ b/net/sunrpc/stats.c @@ -186,7 +186,7 @@ void _print_name(struct seq_file *seq, unsigned int op, struct rpc_procinfo *pro seq_printf(seq, "\t%12u: ", op); } -#define MILLISECS_PER_JIFFY (1000UL / HZ) +#define MILLISECS_PER_JIFFY (1000 / HZ) void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {