commit | a2a15e1263ab1c17f798eab1290180ffa4011223 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 28 22:59:12 2022 +0300 |
committer | Bartosz Golaszewski <brgl@bgdev.pl> | Tue Jul 19 09:57:13 2022 +0200 |
tree | 127042cc3de41c89a05b342e11630b65b62deae7 | |
parent | d274f02eb98be8ec1d13bb9d16493eb1711a3d37 [diff] |
gpio: adnp: 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. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>