From: Joe Perches Date: Sun, 17 Aug 2014 16:17:04 +0000 (-0700) Subject: staging: vt6655: Convert DBG_PRT to pr_ X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48caf5a060491edb2e1793539dad72e70c54c869;p=pandora-kernel.git staging: vt6655: Convert DBG_PRT to pr_ DBG_PRT uses are unnecessarily complex. Convert DBG_PRT msglevel to pr_. This changes the KERN_ type of several uses. It also enables dynamic_debug for the pr_debug conversions. This patch can be a prelude to converting these pr_ uses to dev_ as appropriate. Other changes: Realign arguments of these conversions. Remove now unused static int msglevel declarations. Remove now unused DBG_PRT #define. Compile tested only. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed