commit | 5b736d42bc51fe893fd7d4ceac34c727d23135e1 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 09 16:35:18 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 16 16:37:04 2010 -0500 |
tree | 69073fa824957782a25bf8ca4831acd9548777fc | |
parent | 7e559ec31c5625cf85bcb1ae0eb9f8f2a8da4a29 [diff] |
drivers/net/wireless/b43/main.c: 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: John W. Linville <linville@tuxdriver.com>