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>
This commit is contained in:

committed by
Wim Van Sebroeck

parent
bb914088bd
commit
e2ad9bca45
@@ -422,7 +422,7 @@ static int ziirave_firm_upload(struct watchdog_device *wdd,
|
|||||||
|
|
||||||
static const struct watchdog_info ziirave_wdt_info = {
|
static const struct watchdog_info ziirave_wdt_info = {
|
||||||
.options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
.options = WDIOF_SETTIMEOUT | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
|
||||||
.identity = "Zodiac RAVE Watchdog",
|
.identity = "RAVE Switch Watchdog",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct watchdog_ops ziirave_wdt_ops = {
|
static const struct watchdog_ops ziirave_wdt_ops = {
|
||||||
|
Reference in New Issue
Block a user