commit | 0b456f04bcdf5b1151136adaada158bfc26f1be7 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Aug 27 16:49:44 2014 +0300 |
committer | Steve French <steve.french@primarydata.com> | Sun Dec 07 22:48:07 2014 -0600 |
tree | c9ba14522dc965b4649c64fed7dec7cf77dcdb1e | |
parent | 55d83e0dbb3ed91e05b11ef32afb30acfbf8ba45 [diff] |
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>