Re: [PATCH] mtd: remove redundant assignment to pointer eb

2021-01-04 Thread Miquel Raynal
On Fri, 2020-09-11 at 10:23:21 UTC, Colin King wrote: > From: Colin Ian King > > Pointer eb is being assigned a value that is never read, the assignment > is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King Applied to https://git.kernel.org

Re: [PATCH] mtd: remove redundant assignment to pointer eb

2020-12-13 Thread Richard Weinberger
On Fri, Sep 11, 2020 at 5:59 PM Miquel Raynal wrote: > > Hi Colin, > > Colin King wrote on Fri, 11 Sep 2020 > 11:23:21 +0100: > > > From: Colin Ian King > > > > Pointer eb is being assigned a value that is never read, the assignment > > is redundant and can be removed. > > > > Addresses-Coverity

Re: [PATCH] mtd: remove redundant assignment to pointer eb

2020-09-11 Thread Miquel Raynal
Hi Colin, Colin King wrote on Fri, 11 Sep 2020 11:23:21 +0100: > From: Colin Ian King > > Pointer eb is being assigned a value that is never read, the assignment > is redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King > --- > drivers/mtd/m

[PATCH] mtd: remove redundant assignment to pointer eb

2020-09-11 Thread Colin King
From: Colin Ian King Pointer eb is being assigned a value that is never read, the assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/mtd/mtdswap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/mtdswap.c b/