net: ipa: set DMA length in gsi_trans_cmd_add()
authorAlex Elder <elder@linaro.org>
Thu, 7 May 2020 19:14:03 +0000 (14:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2020 21:00:29 +0000 (14:00 -0700)
commitc781e1d4f3e23d5fc138dad2fd98ca0e0dd9c592
tree2efff94e9cd4f62b262ec387ef5dcf9b9d50315d
parente8a1b0efd632d1c9db7d4e93da66377c7b524862
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>
drivers/net/ipa/gsi_trans.c