Re: [PATCH v2 4/5] mtd: pxa3xx_nand: remove dead code

2020-10-28 Thread Stefan Roese
On 18.10.20 14:56, Baruch Siach wrote: The kfree() call is unreachable, and is not needed. Remove this call and the fail_disable_clk label. Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/mtd/nand/raw/pxa3xx_nand.c | 12 +++- 1 file changed, 3

[PATCH v2 4/5] mtd: pxa3xx_nand: remove dead code

2020-10-18 Thread Baruch Siach
The kfree() call is unreachable, and is not needed. Remove this call and the fail_disable_clk label. Signed-off-by: Baruch Siach --- drivers/mtd/nand/raw/pxa3xx_nand.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/nand/raw/pxa3xx_nand.c