commit | d2c3c8dcb5987b8352e82089c79a41b6e17e28d2 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Apr 20 10:46:07 2017 -0700 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Jun 19 11:03:50 2017 -0400 |
tree | a9a3b736ee8ddb6b8f44aae99479897a781270c2 | |
parent | 7e3fd855ad66ffc0dd926911da23dd21e59f9462 [diff] |
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>