power: supply: max8997: Improve a size determination in probe
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 6 Nov 2017 12:46:10 +0000 (13:46 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 6 Nov 2017 12:49:12 +0000 (13:49 +0100)
commitc09c65ca5c76cc50412fc65e5c91f5dff3e401c5
tree69c2fcbc6590114838021c5dd6df0fc8699db143
parent0b07194bb55ed836c2cc7c22e866b87a14681984
power: supply: max8997: Improve a size determination in 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: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/max8997_charger.c