commit | bb82067abc9b6154b9c07b22e8b7fe4685129688 | [log] [tgz] |
---|---|---|
author | Stephen Kitt <steve@sk2.org> | Sun Aug 09 19:22:43 2020 +0200 |
committer | Krzysztof Kozlowski <krzk@kernel.org> | Mon Aug 17 18:54:33 2020 +0200 |
tree | a53815553c092d303efe6fe72d23936e04668114 | |
parent | 351367bb05bd64f24ff0d610b98585b1e9e3bce4 [diff] |
ARM: s3c64xx: use simple i2c probe function The i2c probe functions here don't use the id information provided in their second argument, so the single-parameter i2c probe function ("probe_new") can be used instead. This avoids scanning the identifier tables during probes. Signed-off-by: Stephen Kitt <steve@sk2.org> Acked-by: Wolfram Sang <wsa@kernel.org> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>