diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-06-22 14:15:47 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-06-28 11:57:21 +0530 |
commit | c4c2b7644cc9a41f17a8cc8904efe3f66ae4c7ed (patch) | |
tree | 103309362c2d2f97721eef7c763cc5d9dfd52072 /Documentation | |
parent | e3f329c600033f011a978a8bc4ddb1e2e94c4f4d (diff) | |
download | linux-c4c2b7644cc9a41f17a8cc8904efe3f66ae4c7ed.tar.bz2 |
dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
The d->chans[] array has d->dma_requests elements so the > should be
>= here.
Fixes: 8e6152bc660e ("dmaengine: Add hisilicon k3 DMA engine driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions