commit | 63fa37f0c512481bd942e84b596ad58e1d4c84e2 | [log] [tgz] |
---|---|---|
author | Shreeya Patel <shreeya.patel23498@gmail.com> | Thu Feb 22 22:01:22 2018 +0530 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Mar 15 15:57:05 2018 +0100 |
tree | a7f0ba27374007e47d6d39de773c383b5c9cb6cb | |
parent | 26777d37216c976cf6fd196700133a38aa2c4b0f [diff] |
mtd: rawnand: Replace printk() with appropriate pr_*() macro Using pr_<loglevel>() is more concise than printk(KERN_<LOGLEVEL>). Replace printks having a log level with the appropriate pr_*() macros. Define pr_fmt() and remove other additional macros from the replaced printks. Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>