commit | 7e559ec31c5625cf85bcb1ae0eb9f8f2a8da4a29 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 09 16:35:17 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 16 16:37:04 2010 -0500 |
tree | f42835890e924f94307b188236cc22112b7fbcf4 | |
parent | 5cb56af29be8d12f74afcb2c1de91e51a577bd52 [diff] |
drivers/net/wireless/ath/debug.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>