Re: [PATCH] rpc_rdma: we need to cast u64 to unsigned long long for printing

2007-10-29 Thread David Miller
From: Stephen Rothwell <[EMAIL PROTECTED]> Date: Tue, 30 Oct 2007 16:12:40 +1100 > as some architectures have unsigned long for u64. > > net/sunrpc/xprtrdma/rpc_rdma.c: In function 'rpcrdma_create_chunks': > net/sunrpc/xprtrdma/rpc_rdma.c:222: warning: format '%llx' expects type 'long > long uns

[PATCH] rpc_rdma: we need to cast u64 to unsigned long long for printing

2007-10-29 Thread Stephen Rothwell
as some architectures have unsigned long for u64. net/sunrpc/xprtrdma/rpc_rdma.c: In function 'rpcrdma_create_chunks': net/sunrpc/xprtrdma/rpc_rdma.c:222: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64' net/sunrpc/xprtrdma/rpc_rdma.c:234: warning: forma