Skip to content

Commit e2ad9bc

Browse files
lynxeye-devWim Van Sebroeck
authored andcommitted
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 <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent bb91408 commit e2ad9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/ziirave_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static int ziirave_firm_upload(struct watchdog_device *wdd,
422422

423423
static const struct watchdog_info ziirave_wdt_info = {
424424
.options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
425-
.identity = "Zodiac RAVE Watchdog",
425+
.identity = "RAVE Switch Watchdog",
426426
};
427427

428428
static const struct watchdog_ops ziirave_wdt_ops = {

0 commit comments

Comments
 (0)