Re: [PATCH 2/2] spi: rspi: Replaces "n" by "len" in qspi_transfer_*()

2017-02-15 Thread Geert Uytterhoeven
On Wed, Feb 15, 2017 at 11:50 AM, DongCV wrote: > This patch replaced "n" by "len" bytes of data in qspi_transfer_in() and > qspi_transfer_out() function. This will make improving readability. > > Signed-off-by: DongCV Reviewed-by: Geert Uytterhoeven

[PATCH 2/2] spi: rspi: Replaces "n" by "len" in qspi_transfer_*()

2017-02-15 Thread DongCV
This patch replaced "n" by "len" bytes of data in qspi_transfer_in() and qspi_transfer_out() function. This will make improving readability. Signed-off-by: DongCV --- drivers/spi/spi-rspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git