commit | db7942b6292306abd42d3340fdb57d9d80fcffd9 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon May 08 10:50:09 2017 +0200 |
committer | Sumit Semwal <sumit.semwal@linaro.org> | Mon May 08 20:50:21 2017 +0530 |
tree | 098fad9115d5f49040d00470a4e79579225f311a | |
parent | 9eddb41dbe98b4854e64a69b686ace734c2c7aa0 [diff] |
dma-buf: Improve a size determination in dma_buf_attach() Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>