]> asedeno.scripts.mit.edu Git - linux.git/commit
eeprom: at24: switch to using probe_new() from the i2c framework
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 19 Mar 2018 09:17:15 +0000 (10:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 15:25:00 +0000 (16:25 +0100)
commit48b6a7d1ee7068c6e3e0ca6fd46aca98fdd11319
tree37371efabb087aa5201135d178594ba0f1d16bc8
parentf1a640c5dc701f661d4359d86601a845a41858d0
eeprom: at24: switch to using probe_new() from the i2c framework

Use the new probe() style for i2c drivers.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/at24.c