git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6acf01
)
ALSA: hda - Fix error check from snd_hda_get_conn_index() in patch_cirrus.c
author
Takashi Iwai
<tiwai@suse.de>
Sat, 20 Aug 2011 07:19:59 +0000
(09:19 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 20 Aug 2011 07:24:54 +0000
(09:24 +0200)
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 <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found