]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
soc: qcom: smd-rpm: Correct size of outgoing message
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Thu, 29 Oct 2015 22:09:54 +0000 (15:09 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 31 Oct 2015 01:51:20 +0000 (01:51 +0000)
commitd13a5c8c4c3dbe299659bcff805f79a2c83e2bbc
tree19fd5ba13674a2641ca748f9b5536ffb6ee885f2
parent2bf8bda933a04b5b9cdeb9a6b412fd8bd1ea7500
soc: qcom: smd-rpm: Correct size of outgoing message

With the removal of VLAIS the size was incorrectly changed to only cover
the headers of the packet, resulting in "empty" requests being sent to
the RPM. Correct this so the entire message is transfered.

Fixes: 50e1b29b4438 ("soc: qcom: smd: Remove use of VLAIS")
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/soc/qcom/smd-rpm.c