Re: [PATCH 10/11] mtd: nand: denali: remove unneeded parentheses

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > Remove parentheses surrounding the whole right side of an assignment. > > Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut > --- > > drivers/mtd/nand/denali.c | 14 +++--- >

Re: [PATCH 10/11] mtd: nand: denali: remove unneeded parentheses

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > Remove parentheses surrounding the whole right side of an assignment. > > Signed-off-by: Masahiro Yamada Reviewed-by: Marek Vasut > --- > > drivers/mtd/nand/denali.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > >

[PATCH 10/11] mtd: nand: denali: remove unneeded parentheses

2016-11-08 Thread Masahiro Yamada
Remove parentheses surrounding the whole right side of an assignment. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/mtd/nand/denali.c

[PATCH 10/11] mtd: nand: denali: remove unneeded parentheses

2016-11-08 Thread Masahiro Yamada
Remove parentheses surrounding the whole right side of an assignment. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index d482d8d..14e66ab