drivers/scsi/ch.c: don't use vprintk as macro
authorJoe Perches <joe@perches.com>
Wed, 11 Aug 2010 01:01:22 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:01 +0000 (08:59 -0700)
commit87da32356bcee42569666bef1479d0e599a556f8
tree21f4e58d63d4e988780e802d68770498ee00fbda
parent6d154db6b3fc3c4dc3fbf7c32df0ad9d7aeaa18c
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>
drivers/scsi/ch.c