Re: [PATCH v2] mtd: chips: Replace printk() with pr_*()

2018-05-03 Thread Boris Brezillon
On Sat, 24 Mar 2018 22:01:45 +0530 Arushi Singhal wrote: > Using pr_() is more concise than printk(KERN_). > This patch: > * Replace printks having a log level with the appropriate > pr_*() macros. > * Indent the code where possible. > * Remove periods from messages. > > Signed-off-by: Arushi Si

[PATCH v2] mtd: chips: Replace printk() with pr_*()

2018-03-24 Thread Arushi Singhal
Using pr_() is more concise than printk(KERN_). This patch: * Replace printks having a log level with the appropriate pr_*() macros. * Indent the code where possible. * Remove periods from messages. Signed-off-by: Arushi Singhal --- changes: Before printk() is changes to dev_*macro(), but it was