Re: [U-Boot] [PATCH 1/1] spi: fsl_qspi: remove superfluous assignment

2018-05-16 Thread Jagan Teki
On Sun, Mar 18, 2018 at 5:17 PM, Heinrich Schuchardt wrote: > In > > void *rx_addr = NULL; > rx_add = A; > > the first assignment has no effect. Remove it. > > Signed-off-by: Heinrich Schuchardt > --- Applied to u-boot-spi/master ___ U-

[U-Boot] [PATCH 1/1] spi: fsl_qspi: remove superfluous assignment

2018-03-18 Thread Heinrich Schuchardt
In void *rx_addr = NULL; rx_add = A; the first assignment has no effect. Remove it. Signed-off-by: Heinrich Schuchardt --- drivers/spi/fsl_qspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/fsl_qspi.c b/drivers/spi/fsl_qspi.c index 5dc69a6865