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)
commite7ed70eedccc78e79ce6da2155e9caf90aff4003
tree30e6327ae71a076d6c3187e217d2642b2ee1a560
parentc17e2cf7376a2010b8b114fdeebd4e340a5e9cb2
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