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)
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>

No differences found