]> Git Repo - linux.git/commit
ASoC: da7218: Improve a size determination in da7218_i2c_probe()
authorMarkus Elfring <[email protected]>
Thu, 23 Nov 2017 19:50:44 +0000 (20:50 +0100)
committerMark Brown <[email protected]>
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 <[email protected]>
Acked-by: Adam Thomson <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/da7218.c
This page took 0.043094 seconds and 4 git commands to generate.