Merge remote-tracking branch 'asoc/fix/core' into tmp

This commit is contained in:
Mark Brown 2013-04-11 18:00:28 +01:00
Родитель ee3aee6a3b 0eaa6cca1f
Коммит cbf9c5ae32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2963,7 +2963,7 @@ int snd_soc_put_volsw_range(struct snd_kcontrol *kcontrol,
val = val << shift;
ret = snd_soc_update_bits_locked(codec, reg, val_mask, val);
if (ret != 0)
if (ret < 0)
return ret;
if (snd_soc_volsw_is_stereo(mc)) {