commit | 64fec0bcea0faa148151050bbb2c15da6a1423e0 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Fri Jan 12 19:36:29 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 17 07:44:15 2018 +0100 |
tree | f654e87b4cdfa79eab43c9951879674a47c0117e | |
parent | 0d83a5eb65095b84b5b000684407fc171d7872e4 [diff] |
gpio: stmpe: Improve a size determination in stmpe_gpio_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. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>