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:
b91524e
)
staging: comedi: cb_pcidas64: fix printks
author
Ian Abbott
<abbotti@mev.co.uk>
Fri, 2 Nov 2012 19:17:58 +0000
(19:17 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 6 Nov 2012 08:28:58 +0000
(09:28 +0100)
Replace `printk` calls with something else. For the `DEBUG_PRINT()`
macro, use `pr_debug()` (if `PCIDAS64_DEBUG macro defined) or
`no_printk()`.
Fix a few `DEBUG_PRINT()` calls due to compiler warnings and add
newlines where they are missing.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found