dm: convert DM printk macros to pr_<level> macros
authorJoe Perches <joe@perches.com>
Thu, 20 Apr 2017 17:46:07 +0000 (10:46 -0700)
committerMike Snitzer <snitzer@redhat.com>
Mon, 19 Jun 2017 15:03:50 +0000 (11:03 -0400)
commitd2c3c8dcb5987b8352e82089c79a41b6e17e28d2
treea9a3b736ee8ddb6b8f44aae99479897a781270c2
parent7e3fd855ad66ffc0dd926911da23dd21e59f9462
dm: convert DM printk macros to pr_<level> macros

Using pr_<level> 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 <joe@perches.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
include/linux/device-mapper.h