ASoC: wm8903: Improve two size determinations in wm8903_i2c_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 24 Nov 2017 09:40:43 +0000 (10:40 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Nov 2017 12:55:58 +0000 (12:55 +0000)
commit017b9b35cb107c0aeaad2ad770460c49e3f71395
tree9b82bb95e4fbbc614e72221a4fbabe9f715b497e
parentcce7c0ac44832225ca86afff308cf6a5fb19cf2c
ASoC: wm8903: Improve two size determinations in wm8903_i2c_probe()

Replace the specification of two data structures by pointer dereferences
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: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8903.c