From: Joerg Roedel Date: Mon, 8 Jun 2009 13:39:24 +0000 (+0200) Subject: dma-debug: use pr_* instead of printk(KERN_* ...) X-Git-Tag: v2.6.31-rc1~408^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ed70eedccc78e79ce6da2155e9caf90aff4003;p=pandora-kernel.git 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 --- Reading git-diff-tree failed