]> git.baikalelectronics.ru Git - kernel.git/commit
dma-mapping: update comment after dmabounce removal
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 20 Jul 2022 19:02:08 +0000 (21:02 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 22 Jul 2022 15:14:59 +0000 (17:14 +0200)
commitff3b895ff74abb84d020da503a1252a5badb121a
tree14c846db4a0c5cb9c0ed4a900302601bf7d37bcc
parentd5ca0efd5b2c6fb653d7ed6bde6453fb19ae7017
dma-mapping: update comment after dmabounce removal

Commit 74069cb0f5f3 ("ARM/dma-mapping: remove dmabounce") removes the
config DMABOUNCE. A comment to the function __dma_page_cpu_to_dev() refers
to this removed config DMABOUNCE.

Remove the obsolete explanation, but keep the recommendation not to use
__dma_page_cpu_to_dev() and use dma_sync_* functions instead.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/mm/dma-mapping.c