rpmsg: smd: Fix container_of macros
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 27 Mar 2018 21:06:41 +0000 (14:06 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 28 Mar 2018 04:54:35 +0000 (21:54 -0700)
commit6ddf12d397aee75dbd24dd02be07c1372e3008f6
tree2cc682574aebc6e90af6fa621db6cc1f830bfa14
parent2bd9b4385fd7ece4f0c64f38bea7726a810a06af
rpmsg: smd: Fix container_of macros

The container_of macros should not use the same name for the parameter
as the member to use for lookup, as this will result in a compilation
error unless the passed parameter has the same name as the member.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/qcom_smd.c