commit | 410fe39c6d2116aa5584083cbcbb7b3796e09f5d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Jun 30 08:13:34 2016 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Jul 01 11:53:56 2016 +0200 |
tree | e47902ea8890c5c704e2d7239b94d4a680c69bec | |
parent | 20f12f2c4819a36de92ec6be382d0636d3485c6b [diff] |
ASoC: cs35l33: Fix testing return value of devm_gpiod_get_optional devm_gpiod_get_optional() returns NULL when the gpio is not assigned. So the if (PTR_ERR(cs35l33->reset_gpio) == -ENOENT) test is always false. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>