Re: [PATCH 1/1] arm: mvebu: drivers/ddr: remove redundant assignment

2020-02-17 Thread Stefan Roese
On 15.02.20 21:58, Heinrich Schuchardt wrote: The value of local variable ecc is immediately overwritten. So we can remove the first assignment. Signed-off-by: Heinrich Schuchardt Reviewed-by: Stefan Roese Thanks, Stefan

[PATCH 1/1] arm: mvebu: drivers/ddr: remove redundant assignment

2020-02-15 Thread Heinrich Schuchardt
The value of local variable ecc is immediately overwritten. So we can remove the first assignment. Signed-off-by: Heinrich Schuchardt --- drivers/ddr/marvell/axp/ddr3_init.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/ddr/marvell/axp/ddr3_init.c