commit | b8621516cc7dd22fe4ad4c2fd8f7d852a33212df | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 22 08:00:10 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 22 08:03:38 2009 +0200 |
tree | 4983df032a2bca3b813b541fb97cce28706934a2 | |
parent | b1a914690c581f8f88b897d83a79b1c6eaf494c9 [diff] |
ALSA: hda - Fix unsigned comparison in patch_sigmatel.c Fix the comparison of unsigned int that causes a compile warning below by changing to the right signed type: patch_sigmatel.c: In function ‘stac92xx_vref_set’: patch_sigmatel.c:658: warning: comparison of unsigned expression < 0 is always false Signed-off-by: Takashi Iwai <tiwai@suse.de>