Commit b8621516 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent b1a91469
Supports Markdown
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