leds: is31fl319x: use simple i2c probe function
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 12 Jul 2022 10:08:37 +0000 (12:08 +0200)
committerPavel Machek <pavel@ucw.cz>
Tue, 2 Aug 2022 14:43:31 +0000 (16:43 +0200)
commit38ba0bb291aacd92d8eaa4a1aa8b63ce4286e797
tree29d6a8ad2db48c768b97a5f989aa6303b036fc59
parente1af5c8155867e6773474649c76e5c68940008d5
leds: is31fl319x: 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: Vincent Knecht <vincent.knecht@mailoo.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-is31fl319x.c