commit | 0e67d6cb753643fc076a90fa9309301b3fbfb8db | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 09 16:35:19 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 16 16:37:05 2010 -0500 |
tree | 4da0de9c926d6e47fd76c4b821b626a0366dc4e4 | |
parent | 5b736d42bc51fe893fd7d4ceac34c727d23135e1 [diff] |
drivers/net/wireless/b43legacy/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>