commit | c781e1d4f3e23d5fc138dad2fd98ca0e0dd9c592 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Thu May 07 14:14:03 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon May 11 14:00:29 2020 -0700 |
tree | 2efff94e9cd4f62b262ec387ef5dcf9b9d50315d | |
parent | e8a1b0efd632d1c9db7d4e93da66377c7b524862 [diff] |
net: ipa: set DMA length in gsi_trans_cmd_add() When a command gets added to a transaction for the AP->command channel we set the DMA address of its scatterlist entry, but not its DMA length. Fix this bug. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>