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

2018-02-19 Thread Shreeya Patel
On Mon, 2018-02-19 at 16:12 +0100, Boris Brezillon wrote: > On Mon, 19 Feb 2018 18:48:59 +0530 > Shreeya Patel wrote: > > > > > Replace printks having a log level with the appropriate > > dev_*macro. > > Also, use pdev->dev as it is guaranteed in each case to be >

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

2018-02-19 Thread Shreeya Patel
On Mon, 2018-02-19 at 16:12 +0100, Boris Brezillon wrote: > On Mon, 19 Feb 2018 18:48:59 +0530 > Shreeya Patel wrote: > > > > > Replace printks having a log level with the appropriate > > dev_*macro. > > Also, use pdev->dev as it is guaranteed in each case to be > > properly initialized when

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

2018-02-19 Thread Boris Brezillon
On Mon, 19 Feb 2018 18:48:59 +0530 Shreeya Patel wrote: > Replace printks having a log level with the appropriate > dev_*macro. > Also, use pdev->dev as it is guaranteed in each case to be > properly initialized when passed into dev_*macro(). > > Signed-off-by:

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

2018-02-19 Thread Boris Brezillon
On Mon, 19 Feb 2018 18:48:59 +0530 Shreeya Patel wrote: > Replace printks having a log level with the appropriate > dev_*macro. > Also, use pdev->dev as it is guaranteed in each case to be > properly initialized when passed into dev_*macro(). > > Signed-off-by: Shreeya Patel > --- >

[PATCH NAND] mtd: nand: Replace printk() with appropriate dev_*macro()

2018-02-19 Thread Shreeya Patel
Replace printks having a log level with the appropriate dev_*macro. Also, use pdev->dev as it is guaranteed in each case to be properly initialized when passed into dev_*macro(). Signed-off-by: Shreeya Patel --- drivers/mtd/nand/ams-delta.c | 6 --

[PATCH NAND] mtd: nand: Replace printk() with appropriate dev_*macro()

2018-02-19 Thread Shreeya Patel
Replace printks having a log level with the appropriate dev_*macro. Also, use pdev->dev as it is guaranteed in each case to be properly initialized when passed into dev_*macro(). Signed-off-by: Shreeya Patel --- drivers/mtd/nand/ams-delta.c | 6 -- drivers/mtd/nand/cafe_nand.c | 5 +++--