ALSA: sgio2audio: Improve a size determination in snd_sgio2audio_create()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 11 Nov 2017 19:02:07 +0000 (20:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Nov 2017 08:29:31 +0000 (09:29 +0100)
commitcdc4398b399cad38e36be64faf3752aa12a44022
treeb2be8f225e0724bb558fecfb69a967f691191c4f
parent044ace5e3fc95f8df1197b7eaeadee0b35dfcef5
ALSA: sgio2audio: Improve a size determination in snd_sgio2audio_create()

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/mips/sgio2audio.c