]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte
authorBen Walker <benjamin.walker@intel.com>
Tue, 1 Mar 2022 18:25:49 +0000 (11:25 -0700)
committerVinod Koul <vkoul@kernel.org>
Wed, 20 Apr 2022 11:58:12 +0000 (17:28 +0530)
commit3f814c50b38740f3145a827fc9ae19bb299e77ac
tree7d92fd5bd4e7a449b3b0cfecf20d2283e32b5968
parent14d76ed5b2bd00b5c5f7596fb7e2d51d2c4af159
dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte

The value passed in to .prep_dma_memset is to be treated as a single
byte repeating pattern.

Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20220301182551.883474-3-benjamin.walker@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_hdmac.c