commit | 020f01ebd04f3429c32586d90598c9f59e54ca7d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 09 14:35:16 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 16 10:22:58 2010 -0800 |
tree | e36b2cd4fecf609610eea15ab8bc07e1a34a469c | |
parent | 3654654f7aa79a37dde130afb7409c55b11807e7 [diff] |
drivers/isdn/mISDN: Use printf extension %pV 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>