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:
b8f171e
)
ALSA: hda - Fix uninitialized variable
author
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Jun 2010 09:12:32 +0000
(11:12 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Jun 2010 09:12:32 +0000
(11:12 +0200)
Fix the following compile warning. kctl should be NULL-initialized.
sound/pci/hda/patch_realtek.c: In function ‘alc_build_controls’:
sound/pci/hda/patch_realtek.c:2550:23: warning: ‘kctl’ may be used uninitialized in this function
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found