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:
c17e2cf
)
dma-debug: use pr_* instead of printk(KERN_* ...)
author
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:39:24 +0000
(15:39 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:39:24 +0000
(15:39 +0200)
The pr_* macros are shorter than the old printk(KERN_ ...) variant.
Change the dma-debug code to use the new macros and save a few
unnecessary line breaks. If lines don't break the source code can also
be grepped more easily.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found