commit | a02712e1ebcdcbc71ec30f5ed241eae5696dda50 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Oct 02 18:56:14 2019 +0200 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Oct 09 18:20:25 2019 +0200 |
tree | 84b9559a93865eeacf10e6f55f3da83fa663e3a5 | |
parent | 1135ee4af74078a92b343e0fea08814c077d512c [diff] |
gpio: htc-egpio: remove redundant error message There's no need to emit an error message on probe failure unless we're printing some meaningful info. Otherwise the core driver code will inform us about a probe error. Also: the driver currently drops info about errors propagated from called functions by default to returning -EINVAL. This fixes it as well. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>