atm: fix direct casts of pointers to u32 in the InterPhase driver
authorDavid Howells <dhowells@redhat.com>
Wed, 30 Jul 2008 23:33:05 +0000 (16:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Jul 2008 23:33:05 +0000 (16:33 -0700)
commit849e8caa477d72cf153e5c0b6ce0c00b89738abb
tree750bf866106f4aae5ac0460a0e8b4e0314e90b7c
parentcba5cbd1559f49bec76e54de6ed21b7df3742ada
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 <dhowells@redhat.com>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c