OSDN Git Service

mfd: smsc-ece1099: Improve a size determination in smsc_i2c_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 8 Mar 2018 14:05:16 +0000 (15:05 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 May 2018 08:21:48 +0000 (09:21 +0100)
commit8349aeb6a766ad188cfa019385a0539662b04e56
treeaabefcced57885a95bbed8ac2241a15db96a8b03
parent4202151f5d4ad8df24fdeac8828dc8a21018da3e
mfd: smsc-ece1099: Improve a size determination in smsc_i2c_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: Lee Jones <lee.jones@linaro.org>
drivers/mfd/smsc-ece1099.c