From: Joe Perches Date: Thu, 20 Apr 2017 17:46:07 +0000 (-0700) Subject: dm: convert DM printk macros to pr_ macros X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a6804d1ad844ec55aa96e81cae1825313daf11;p=pandora-kernel.git dm: convert DM printk macros to pr_ macros commit d2c3c8dcb5987b8352e82089c79a41b6e17e28d2 upstream. Using pr_ is the more common logging style. Standardize style and use new macro DM_FMT. Use no_printk in DMDEBUG macros when CONFIG_DM_DEBUG is not #defined. Signed-off-by: Joe Perches Signed-off-by: Mike Snitzer Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed