]> git.baikalelectronics.ru Git - kernel.git/commit
dma-debug: use pr_* instead of printk(KERN_* ...)
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:39:24 +0000 (15:39 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:39:24 +0000 (15:39 +0200)
commitc65465b7bf15c6d025e5261a32528bb31e16ad5f
tree30e6327ae71a076d6c3187e217d2642b2ee1a560
parent05031824a762161842b5872ab90d818b3878b1b3
dma-debug: use pr_* instead of printk(KERN_* ...)

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>
lib/dma-debug.c