ASoC: da7218: Improve a size determination in da7218_i2c_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 23 Nov 2017 19:50:44 +0000 (20:50 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Nov 2017 12:59:28 +0000 (12:59 +0000)
commit392b79e20b41cfdc174d31bd4b004bbd874de4d9
tree51dee6b832626d9b92b2f1039f48164528546991
parent14a07f1d8c4c64af29566316df0415052e8bdfe4
ASoC: da7218: Improve a size determination in da7218_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>
Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7218.c