diff options
author | Eric Long <eric.long@unisoc.com> | 2019-05-06 15:28:31 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-05-21 19:23:54 +0530 |
commit | 89d03b3c126d683f7b2cd5b07178493993d12448 (patch) | |
tree | dad0f4fb6bd4999b0bdaf3f926d00b559dd6de1b /block/bfq-iosched.c | |
parent | 3d626a97f0303e9c30d063434b749de3f0f91fb5 (diff) |
dmaengine: sprd: Fix block length overflow
The maximum value of block length is 0xffff, so if the configured transfer length
is more than 0xffff, that will cause block length overflow to lead a configuration
error.
Thus we can set block length as the maximum burst length to avoid this issue, since
the maximum burst length will not be a big value which is more than 0xffff.
Signed-off-by: Eric Long <eric.long@unisoc.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'block/bfq-iosched.c')
0 files changed, 0 insertions, 0 deletions