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:
f172b56
)
wil6210: fix usage of print_hex_dump_debug
author
Vladimir Kondratiev
<qca_vkondrat@qca.qualcomm.com>
Wed, 10 Sep 2014 13:34:39 +0000
(16:34 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 11 Sep 2014 19:27:37 +0000
(15:27 -0400)
When CONFIG_DYNAMIC_DEBUG is not defined, print_hex_dump_debug
is mapped directly to print_hex_dump which might cause
printout to exist all the time
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found