Re: [PATCH] mtd: nand: denali: rename misleading dma_buf to tmp_buf

2017-11-30 Thread Boris Brezillon
On Thu, 23 Nov 2017 22:32:28 +0900 Masahiro Yamada wrote: > The "dma_buf" is not used for a DMA bounce buffer, but for arranging > the transferred data for the syndrome page layout. In fact, it is > used in the PIO mode as well, so "dma_buf" is a misleading name. > Rename it to "tmp_buf". Appli

[PATCH] mtd: nand: denali: rename misleading dma_buf to tmp_buf

2017-11-23 Thread Masahiro Yamada
The "dma_buf" is not used for a DMA bounce buffer, but for arranging the transferred data for the syndrome page layout. In fact, it is used in the PIO mode as well, so "dma_buf" is a misleading name. Rename it to "tmp_buf". Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 34