Re: [PATCH NAND v5] mtd: nand: Replace printk() with appropriate pr_*() macro

2018-03-18 Thread Boris Brezillon
On Thu, 22 Feb 2018 22:01:22 +0530 Shreeya Patel wrote: > Using pr_() is more concise than > printk(KERN_). > Replace printks having a log level with the appropriate > pr_*() macros. > Define pr_fmt() and remove other additional macros from > the replaced printks. Applied. Thanks, Boris -- B

Re: [PATCH NAND v5] mtd: nand: Replace printk() with appropriate pr_*() macro

2018-02-22 Thread Boris Brezillon
On Thu, 22 Feb 2018 19:08:29 +0200 Andy Shevchenko wrote: > On Thu, Feb 22, 2018 at 6:31 PM, Shreeya Patel > wrote: > > Using pr_() is more concise than > > printk(KERN_). > > Replace printks having a log level with the appropriate > > pr_*() macros. > > Define pr_fmt() and remove other addition

Re: [PATCH NAND v5] mtd: nand: Replace printk() with appropriate pr_*() macro

2018-02-22 Thread Andy Shevchenko
On Thu, Feb 22, 2018 at 6:31 PM, Shreeya Patel wrote: > Using pr_() is more concise than > printk(KERN_). > Replace printks having a log level with the appropriate > pr_*() macros. > Define pr_fmt() and remove other additional macros from > the replaced printks. It makes sense to fix indentation,