Re: [PATCH] mtd: nand: Remove in vain memset() in nand_onfi_get_features()

2015-05-06 Thread Brian Norris
On Wed, Mar 25, 2015 at 02:33:09PM +0100, Richard Weinberger wrote: > As all four bytes are written in any case the memset() is in vain. > > Signed-off-by: Richard Weinberger Applied to l2-mtd.git. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

[PATCH] mtd: nand: Remove in vain memset() in nand_onfi_get_features()

2015-03-25 Thread Richard Weinberger
As all four bytes are written in any case the memset() is in vain. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nand_base.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index df7eb4f..030a043 100644 --- a/drivers/mtd/