]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: lola: Fix uninitialized variable access in error message
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 15:51:36 +0000 (16:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 15:51:36 +0000 (16:51 +0100)
commit4d82fd8cbe27c3b3def4cc68a5b44c0efb012823
tree853a1f42a61b71225953410358b4c863fccb82d6
parentc48779fdcc97ac83ace0d1b726b2002e3163eed9
ALSA: lola: Fix uninitialized variable access in error message

The FUNCTION_TYPE parameter isn't associated with any NID, thus
showing the uninitialized nid in the error message is simply
nonsense.

Spotted by coverity CID 145068.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lola/lola.c