]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: make watchdog_deferred_registration_add() void
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 18 May 2019 21:27:16 +0000 (23:27 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 8 Jul 2019 13:13:01 +0000 (15:13 +0200)
commita49c3c5f84c71b8096ea0f5c6bc41e7b772b6d49
tree7b1e4eb8c03ac3b7ac851aa7b1572330b38de48b
parent140581a9b139b3f6e2dac55d92f268eedd8105da
watchdog: make watchdog_deferred_registration_add() void

It cannot fail, so no return value needed.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/watchdog_core.c