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

2018-02-20 Thread Boris Brezillon
On Tue, 20 Feb 2018 23:07:18 +0530 Shreeya Patel wrote: > On Tue, 2018-02-20 at 18:16 +0100, Boris Brezillon wrote: > > On Tue, 20 Feb 2018 22:36:41 +0530 > > Shreeya Patel wrote: > > > > > > > > On Mon, 2018-02-19 at 15:51 +0100, Boris Brezillon wrote: > > > > > > > > Hi Shreeya, > > > >

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

2018-02-20 Thread Shreeya Patel
On Tue, 2018-02-20 at 18:16 +0100, Boris Brezillon wrote: > On Tue, 20 Feb 2018 22:36:41 +0530 > Shreeya Patel wrote: > > > > > On Mon, 2018-02-19 at 15:51 +0100, Boris Brezillon wrote: > > > > > > Hi Shreeya, > > > > > > On Mon, 19 Feb 2018 18:43:45 +0530 > > > Shreeya Patel wrote: > > >   

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

2018-02-20 Thread Boris Brezillon
On Tue, 20 Feb 2018 22:36:41 +0530 Shreeya Patel wrote: > On Mon, 2018-02-19 at 15:51 +0100, Boris Brezillon wrote: > > Hi Shreeya, > > > > On Mon, 19 Feb 2018 18:43:45 +0530 > > Shreeya Patel wrote: > > > > > > > > The log levels embedded with the name are more concise than > > > printk. >

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

2018-02-20 Thread Shreeya Patel
On Mon, 2018-02-19 at 15:51 +0100, Boris Brezillon wrote: > Hi Shreeya, > > On Mon, 19 Feb 2018 18:43:45 +0530 > Shreeya Patel wrote: > > > > > The log levels embedded with the name are more concise than > > printk. > > Replace printks having a log level with the appropriate > > pr_*macro. > >

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

2018-02-19 Thread Boris Brezillon
Oh, and in the subject 'pr_*macro()' -> 'pr_*() macro' On Mon, 19 Feb 2018 15:51:15 +0100 Boris Brezillon wrote: > Hi Shreeya, > > On Mon, 19 Feb 2018 18:43:45 +0530 > Shreeya Patel wrote: > > > The log levels embedded with the name are more concise than > > printk. > > Replace printks having

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

2018-02-19 Thread Boris Brezillon
Hi Shreeya, On Mon, 19 Feb 2018 18:43:45 +0530 Shreeya Patel wrote: > The log levels embedded with the name are more concise than > printk. > Replace printks having a log level with the appropriate > pr_*macro. > > Signed-off-by: Shreeya Patel > --- > > Changes in v2: > -Merge previous patc

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

2018-02-19 Thread Shreeya Patel
On Mon, 2018-02-19 at 14:30 +0100, Richard Weinberger wrote: > Shreeya, Hi Richard, > > Am Montag, 19. Februar 2018, 14:13:45 CET schrieb Shreeya Patel: > > > > The log levels embedded with the name are more concise than > > printk. > > Replace printks having a log level with the appropriate > >

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

2018-02-19 Thread Richard Weinberger
Shreeya, Am Montag, 19. Februar 2018, 14:13:45 CET schrieb Shreeya Patel: > The log levels embedded with the name are more concise than > printk. > Replace printks having a log level with the appropriate > pr_*macro. > > Signed-off-by: Shreeya Patel Multiple patches with the same subject are co