From: Joe Perches Date: Wed, 11 Sep 2013 21:25:53 +0000 (-0700) Subject: pktcdvd: consolidate DPRINTK and VPRINTK macros X-Git-Tag: v3.12-rc1~52^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3f2cd05cf1066f3975ed3223f12c799bc553c6;p=pandora-kernel.git pktcdvd: consolidate DPRINTK and VPRINTK macros Use the more common pkt_dbg(level, fmt, ...) form. These messages are emitted at KERN_NOTICE. Always emit function name with pkt_dbg(2, ...) uses and remove the sometimes abbreviated embedded function name. This form always verifies the format and arguments. Signed-off-by: Joe Perches Cc: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed