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)
commit9cd5ab9c3c32767e5c5e76bed9b0e2b84512f936
tree853a1f42a61b71225953410358b4c863fccb82d6
parent4c88b7f287e329698727049641ecdf50c8c66af5
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