From 48caf5a060491edb2e1793539dad72e70c54c869 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 17 Aug 2014 09:17:04 -0700 Subject: [PATCH] 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-format-patch failed