commit | 9cd5ab9c3c32767e5c5e76bed9b0e2b84512f936 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 16:51:36 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 16:51:36 2013 +0100 |
tree | 853a1f42a61b71225953410358b4c863fccb82d6 | |
parent | 4c88b7f287e329698727049641ecdf50c8c66af5 [diff] |
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>