git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62177a
)
net/mac80211: Use wiphy_<level>
author
Joe Perches
<joe@perches.com>
Fri, 20 Aug 2010 23:25:38 +0000
(16:25 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 25 Aug 2010 18:33:17 +0000
(14:33 -0400)
Standardize logging messages from
printk(KERN_<level> "%s: " fmt , wiphy_name(foo), args);
to
wiphy_<level>(foo, fmt, args);
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found