From: Joe Perches Date: Wed, 11 Aug 2010 01:01:22 +0000 (-0700) Subject: drivers/scsi/ch.c: don't use vprintk as macro X-Git-Tag: v2.6.36-rc1~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87da32356bcee42569666bef1479d0e599a556f8;p=pandora-kernel.git 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 Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed