watchdog: da9063: rename helper function to avoid misunderstandings
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 4 Jun 2018 15:00:58 +0000 (17:00 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Thu, 7 Jun 2018 10:41:42 +0000 (12:41 +0200)
commit6f4cedb7b4c35473f8f600cc09fa084185803265
treebdcfa950a86a018c563b716eff33974a03e55292
parentf587e478b50344e8ae9bc0b1aa6f14242c23d050
watchdog: da9063: rename helper function to avoid misunderstandings

_da9063_wdt_set_timeout() is called by da9063_wdg_set_timeout(),
da9063_wdg_start() and da9063_wdg_probe() but the name expect only to be
called by da9063_wdg_set_timeout(). Rename the function to avoid
misunderstandings.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Acked-by: Steve Twiss <stwiss.opensource@diasemi.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/da9063_wdt.c