commit | 6ddf12d397aee75dbd24dd02be07c1372e3008f6 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Mar 27 14:06:41 2018 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Mar 27 21:54:35 2018 -0700 |
tree | 2cc682574aebc6e90af6fa621db6cc1f830bfa14 | |
parent | 2bd9b4385fd7ece4f0c64f38bea7726a810a06af [diff] |
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>