diff mbox series

watchdog: ziirave_wdt: change name to be more specific

Message ID 20200313101138.25915-1-l.stach@pengutronix.de (mailing list archive)
State Accepted
Headers show
Series watchdog: ziirave_wdt: change name to be more specific | expand

Commit Message

Lucas Stach March 13, 2020, 10:11 a.m. UTC
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>
---
 drivers/watchdog/ziirave_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck March 13, 2020, 2:11 p.m. UTC | #1
On 3/13/20 3:11 AM, Lucas Stach wrote:
> 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>

> ---
>  drivers/watchdog/ziirave_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 = {
>
diff mbox series

Patch

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 = {