]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite795357c29a1e6e823e43cdf0b27be0c66030da4
tree51dee6b832626d9b92b2f1039f48164528546991
parent3429f89aae77fe167282237ed8bb3d028c6e0d47
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