drivers/isdn/mISDN: Use printf extension %pV
authorJoe Perches <joe@perches.com>
Tue, 9 Nov 2010 14:35:16 +0000 (14:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2010 18:22:58 +0000 (10:22 -0800)
Using %pV reduces the number of printk calls and
eliminates any possible message interleaving from
other printk calls.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found