]> 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)
commit8dc151a29ef29266088a78985c058ad1fc2ad58b
tree853a1f42a61b71225953410358b4c863fccb82d6
parentcc0eacf6a059cd1e8fab5342971c1545b5d989f4
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