From: Takashi Iwai Date: Thu, 30 Jun 2011 10:45:36 +0000 (+0200) Subject: ALSA: hdspm - Fix compile warnings with PPC X-Git-Tag: v3.0-rc6~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286bed0f0c447b6660e72093d7e778784fdd9ee6;p=pandora-kernel.git 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: Takashi Iwai --- Reading git-diff-tree failed