commit | 849e8caa477d72cf153e5c0b6ce0c00b89738abb | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jul 30 16:33:05 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 30 16:33:05 2008 -0700 |
tree | 750bf866106f4aae5ac0460a0e8b4e0314e90b7c | |
parent | cba5cbd1559f49bec76e54de6ed21b7df3742ada [diff] |
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>