Home
last modified time | relevance | path

Searched hist:cdc4398b399cad38e36be64faf3752aa12a44022 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/mips/
H A Dsgio2audio.cdiff cdc4398b399cad38e36be64faf3752aa12a44022 Sat Nov 11 13:02:07 CST 2017 Markus Elfring <elfring@users.sourceforge.net> 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>