Skip to content
  • Matt Ranostay's avatar
    ALSA: hda: fix nid variable warning · d21995e3
    Matt Ranostay authored
    
    
    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: default avatarMatthew Ranostay <mranostay@embeddedalley.com>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    d21995e3