commit | 361f7cc7f33607489bea815f9148e8e9a13ea673 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Jun 03 21:43:11 2017 +0200 |
committer | Robert Jarzmik <robert.jarzmik@free.fr> | Wed Jun 14 08:32:21 2017 +0200 |
tree | e883e0e967e2e4982540bf08c28db5e3c0954a59 | |
parent | c276557de3087ef67ad1aec4222f9f8b1d005f80 [diff] |
ARM: pxa: Improve a size determination in pxa3xx_u2d_probe() 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> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>