commit | 7ab8a54ea7914574c04c0ac441f9ab65ff21abd9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Oct 13 10:11:09 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Oct 22 13:58:04 2015 +0100 |
tree | d68803c12eca2f9e761dfa59b4a7b1f39abb8909 | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f [diff] |
ASoC: es8328: harmless underflow in es8328_put_deemph() Valid values for "deemph" are zero and one but we accidentally allow negative values as well. It's harmless but it causes static checker warnings and we may as well clean it up. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>