diff options
| author | Alan Ott <[email protected]> | 2017-11-28 22:25:24 -0500 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2017-12-07 09:29:19 +0100 |
| commit | cab8a27d80afbdcb7ba422c4c4f85130678373a9 (patch) | |
| tree | 33a083bed997bd2da2dd260f8febad8796fea732 /scripts | |
| parent | 0afbb0e1c01382f4bcd728ecbd4e49a928dbbccb (diff) | |
i2c: at91_i2c: remove the .probe_chip function
The .probe_chip function is supposed to probe an i2c device on the bus to
determine whether a device is answering to a particular address.
at91_i2c_probe_chip() did not do anything resembling this and always
returned 0.
It looks as though at91_i2c_probe_chip() was intended to be a .probe
function for the controller, as it was copied-and-pasted to become
at91_i2c_probe() in 0bc8f640a4d7ed.
Removing the at91_i2c_probe_chip() function makes the higher layer
(i2c_probe_chip()) try a zero-length read transfer to test for the
presence of a device instead, which does work.
Signed-off-by: Alan Ott <[email protected]>
Acked-by: Wenyou Yang <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
