Skip to content
Commit 1b004d03 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b6acf013
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment