commit | e7ed70eedccc78e79ce6da2155e9caf90aff4003 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Jun 08 15:39:24 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Mon Jun 08 15:39:24 2009 +0200 |
tree | 30e6327ae71a076d6c3187e217d2642b2ee1a560 | |
parent | c17e2cf7376a2010b8b114fdeebd4e340a5e9cb2 [diff] |
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>