From: David Howells Date: Wed, 30 Jul 2008 23:33:05 +0000 (-0700) Subject: atm: fix direct casts of pointers to u32 in the InterPhase driver X-Git-Tag: v2.6.27-rc2~102^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849e8caa477d72cf153e5c0b6ce0c00b89738abb;p=pandora-kernel.git atm: fix direct casts of pointers to u32 in the InterPhase driver Fix direct casts of pointers to u32 in the InterPhase ATM driver. These are all arguments being passed to printk() calls. So drop the cast and change the %x to a %p. Signed-off-by: David Howells Acked-by: Chas Williams Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed