Re: [PATCH] spi: xilinx_spi: remove unused local variable

2020-10-27 Thread Michal Simek
st 14. 10. 2020 v 11:38 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Remove unused variable 'count' which is causing warning while > compilation. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Michal Simek > --- > > drivers/spi/xilinx_spi.c | 6 +++--- > 1 file changed,

[PATCH] spi: xilinx_spi: remove unused local variable

2020-10-14 Thread Michal Simek
From: T Karthik Reddy Remove unused variable 'count' which is causing warning while compilation. Signed-off-by: T Karthik Reddy Signed-off-by: Michal Simek --- drivers/spi/xilinx_spi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/xilinx_spi.c