]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 29 Apr 2020 12:55:51 +0000 (14:55 +0200)
commit4ba2278d29fd6eba307d3090a2873672de8a9755
tree48d40dd36e1197d829acb39fe0d0328a9c0149e4
parent150003e83df5069ee9739814ca3454bce2b01223
rpmsg: glink: Remove chunk size word align warning

BugLink: https://bugs.launchpad.net/bugs/1873043
commit f0beb4ba9b185d497c8efe7b349363700092aee0 upstream.

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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
drivers/rpmsg/qcom_glink_native.c