From: Takashi Iwai Date: Sat, 20 Aug 2011 07:19:59 +0000 (+0200) Subject: ALSA: hda - Fix error check from snd_hda_get_conn_index() in patch_cirrus.c X-Git-Tag: v3.1-rc3~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b004d03d8670bdd871e0f297ed20bc510e404de;p=pandora-kernel.git ALSA: hda - Fix error check from snd_hda_get_conn_index() in patch_cirrus.c snd_hda_get_conn_index() returns a negative value while the current code stores it in an unsigned int. It must be stored in a signed integer. Reported-by: Jesper Juhl Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed