Re: [PATCH 03/11] mtd: nand: denali: remove bogus comment about interrupt handler setup

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > The interrupt handler is setup in denali_init(), not in > denali_drv_init(). This comment is false. > > Such a comment adds no value, so just delete it instead of move. > > Signed-off-by: Masahiro Yamada

Re: [PATCH 03/11] mtd: nand: denali: remove bogus comment about interrupt handler setup

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > The interrupt handler is setup in denali_init(), not in > denali_drv_init(). This comment is false. > > Such a comment adds no value, so just delete it instead of move. > > Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut > --- > >

[PATCH 03/11] mtd: nand: denali: remove bogus comment about interrupt handler setup

2016-11-08 Thread Masahiro Yamada
The interrupt handler is setup in denali_init(), not in denali_drv_init(). This comment is false. Such a comment adds no value, so just delete it instead of move. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 1 - 1 file changed, 1 deletion(-)

[PATCH 03/11] mtd: nand: denali: remove bogus comment about interrupt handler setup

2016-11-08 Thread Masahiro Yamada
The interrupt handler is setup in denali_init(), not in denali_drv_init(). This comment is false. Such a comment adds no value, so just delete it instead of move. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 1 - 1 file changed, 1 deletion(-) diff --git