From: Roel Kluin <12o3l@tiscali.nl> Date: Thu, 17 Apr 2008 16:58:34 +0000 (+0200) Subject: [ALSA] SOC: fix tests in cs4270_hw_params() X-Git-Tag: v2.6.26-rc1~1087^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34ba212225a27cdf5f974be22cc539ae7ee7ca5;p=pandora-kernel.git [ALSA] SOC: fix tests in cs4270_hw_params() cs4270_hw_params does several times: ret = snd_soc_write() if (ret < 0) ... This only works when ret is signed. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed