Skip to content
Commit 286bed0f authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hdspm - Fix compile warnings with PPC



The char can be unsigned on some architectures.  Since the code checks
the negative values, they should be declared as signed char explicitly.

  sound/pci/rme9652/hdspm.c:5449: warning: comparison is always false due to limited range of data type
  sound/pci/rme9652/hdspm.c:5462: warning: comparison is always false due to limited range of data type

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 71276410
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