commit | 87da32356bcee42569666bef1479d0e599a556f8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Aug 10 18:01:22 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:01 2010 -0700 |
tree | 21f4e58d63d4e988780e802d68770498ee00fbda | |
parent | 6d154db6b3fc3c4dc3fbf7c32df0ad9d7aeaa18c [diff] |
drivers/scsi/ch.c: don't use vprintk as macro It's an exported symbol of kernel/printk.c Rename vprintk and dprintk macros to more common VPRINTK and DPRINTK Add do { } while(0) around macros Add level to VPRINTK so KERN_CONT can be used a couple of times. Signed-off-by: Joe Perches <joe@perches.com> Cc: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>