]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: convert printk(LEVEL...) to pr_<level>
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 27 Aug 2014 13:49:44 +0000 (16:49 +0300)
committerSteve French <steve.french@primarydata.com>
Mon, 8 Dec 2014 04:48:07 +0000 (22:48 -0600)
commit0b456f04bcdf5b1151136adaada158bfc26f1be7
treec9ba14522dc965b4649c64fed7dec7cf77dcdb1e
parent55d83e0dbb3ed91e05b11ef32afb30acfbf8ba45
cifs: convert printk(LEVEL...) to pr_<level>

The useful macros embed message level in the name. Thus, it cleans up the code
a bit. In cases when it was plain printk() the conversion was done to info
level.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Steve French <steve.french@primarydata.com>
fs/cifs/cifs_debug.c
fs/cifs/cifs_debug.h
fs/cifs/connect.c
fs/cifs/transport.c