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)
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>

No differences found