Re: [PATCH v2] lmb: Fix compile warning

2008-05-18 Thread David Miller
From: Kumar Gala <[EMAIL PROTECTED]> Date: Sun, 18 May 2008 23:34:36 -0500 (CDT) > 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.

[PATCH v2] 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]> --- Cast so it works everywhere. - k lib/lmb.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)