summary refs log tree commit diff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2020-03-13 11:11:38 +0100
committerWim Van Sebroeck <wim@linux-watchdog.org>2020-04-01 11:35:22 +0200
commite2ad9bca45496681b0e954845da49e6e1a731b79 (patch)
treebb5d577b0afdd6e238efcdbdc35eb43a6ace5dd5 /drivers/watchdog
parentbb914088bd8a91c382f54d469367b2e5508b5493 (diff)
downloadlinux-e2ad9bca45496681b0e954845da49e6e1a731b79.tar.gz
watchdog: ziirave_wdt: change name to be more specific
The RAVE watchdog is not a full system watchdog, but is used to reset
ethernet switch when required. Change the name to better reflect this
usage.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20200313101138.25915-1-l.stach@pengutronix.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/ziirave_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/ziirave_wdt.c b/drivers/watchdog/ziirave_wdt.c
index 4a363a8b2d20..cab86a08456b 100644
--- a/drivers/watchdog/ziirave_wdt.c
+++ b/drivers/watchdog/ziirave_wdt.c
@@ -422,7 +422,7 @@ static int ziirave_firm_upload(struct watchdog_device *wdd,
 
 static const struct watchdog_info ziirave_wdt_info = {
 	.options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
-	.identity = "Zodiac RAVE Watchdog",
+	.identity = "RAVE Switch Watchdog",
 };
 
 static const struct watchdog_ops ziirave_wdt_ops = {