]> asedeno.scripts.mit.edu Git - linux.git/commit
rpmsg: glink: Remove chunk size word align warning
authorChris Lew <clew@codeaurora.org>
Fri, 27 Jul 2018 12:17:27 +0000 (17:47 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 1 Sep 2018 21:00:43 +0000 (14:00 -0700)
commitf0beb4ba9b185d497c8efe7b349363700092aee0
tree8d910b5a19d23c4bfa8624478621192ee28223fc
parentc8a54c0c9a7dbb8b99851e3a9cb2dacabf3b80c6
rpmsg: glink: Remove chunk size word align warning

It is possible for the chunk sizes coming from the non RPM remote procs
to not be word aligned. Remove the alignment warning and continue to
read from the FIFO so execution is not stalled.

Signed-off-by: Chris Lew <clew@codeaurora.org>
Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/qcom_glink_native.c