]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e63a41deff62f692d188b55bdf6f41b6bab5e75
tree9b82bb95e4fbbc614e72221a4fbabe9f715b497e
parent94f1c9cd143592ac9066171305b07ec75a06cb2e
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