From: Takashi Iwai Date: Tue, 22 Jun 2010 09:12:32 +0000 (+0200) Subject: ALSA: hda - Fix uninitialized variable X-Git-Tag: v2.6.35-rc5~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f44f84725dec354228fddc129e83e251060361d;p=pandora-kernel.git ALSA: hda - Fix uninitialized variable 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 --- Reading git-diff-tree failed