git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c88b7f
)
ALSA: lola: Fix uninitialized variable access in error message
author
Takashi Iwai
<tiwai@suse.de>
Tue, 29 Oct 2013 15:51:36 +0000
(16:51 +0100)
committer
Takashi 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