commit | a064e0c75fdf63c546a5a0885fa0c58bb1643dac | [log] [tgz] |
---|---|---|
author | Nikita Yushchenko <nikita.yoush@cogentembedded.com> | Tue Feb 15 21:10:09 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 21 08:39:52 2022 -0500 |
tree | 2763f5af2277548fef0077f7be3a48b87d79b036 | |
parent | 829b41171b181e083fc984b72bb8acb31c1fb952 [diff] |
ti: i2c: fix probe_chip() return value Per documentation, dm_i2c_ops.probe_chip() shall return -EREMOTEIO if probe fails. Currently, omap_i2c_probe_chip() returns 1 instead. Fix that. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Reviewed-by: Heiko Schocher <hs@denx.de>