rtc: isl12026: Drop "_new" from probe callback name
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 25 Jul 2023 07:04:29 +0000 (09:04 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 27 Jul 2023 21:32:08 +0000 (23:32 +0200)
commit58f3e83260a78cfd5648efa5448b237b9c230fc0
tree7a0392ca9645e47e8401c3196edd94d1007edc24
parent48144c2890503b919bc8ee128b63e37008d69250
rtc: isl12026: Drop "_new" from probe callback name

The driver was introduced when .probe_new was the right probe callback
to use for i2c drivers. Today .probe is the right one (again) and the
driver was already switched in commit 31b0cecb4042 ("rtc: Switch i2c
drivers back to use .probe()") but the name continued to include "_new"
in its name.

To prevent code readers wondering about what might be new here, drop
that irritating part of the name.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230725070429.383070-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-isl12026.c