[PATCH 1/4] lmb: Fix compile warning

2008-05-19 Thread Kumar Gala
lib/lmb.c: In function 'lmb_dump_all': lib/lmb.c:51: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'u64' Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> Acked-by: David S. Miller <[EMAIL PROTECTED]> --- lib/lmb.c |3 ++- 1 files changed, 2 insertions(+), 1 del

Re: [PATCH 1/4] lmb: Fix compile warning

2008-05-18 Thread David Miller
From: Kumar Gala <[EMAIL PROTECTED]> Date: Sun, 18 May 2008 13:44:53 -0500 > lib/lmb.c: In function 'lmb_dump_all': > lib/lmb.c:51: warning: format '%lx' expects type 'long unsigned int', but > argument 2 has type 'u64' > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> That's not right either.

[PATCH 1/4] lmb: Fix compile warning

2008-05-18 Thread Kumar Gala
lib/lmb.c: In function 'lmb_dump_all': lib/lmb.c:51: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'u64' Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- lib/lmb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/lmb.c b/lib/lmb.c i