]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
ALSA: hda: fix nid variable warning
authorMatthew Ranostay <mranostay@embeddedalley.com>
Mon, 13 Oct 2008 17:22:45 +0000 (13:22 -0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Oct 2008 05:42:55 +0000 (07:42 +0200)
commitd21995e3e3acb78e8c48c6631432a3bff191bc46
tree22e0cb2200a94246ee110f615103ed8e79954ee5
parent687cb98e893f492932abb3e92660d7d828bd44fb
ALSA: hda: fix nid variable warning

Fixed compiler warning with possible uninitialized variable 'nid'.

  CC [M]  /home/mranostay/git/alsa-driver/pci/hda/patch_sigmatel.o
/home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c: In function
‘stac92xx_parse_auto_config’:
/home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c:2815: warning: ‘nid’ may be used
uninitialized in this function

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c