Re: [PATCH v2] watchdog: constify watchdog_info structures

From: Florian Fainelli
Date: Mon Dec 26 2016 - 15:12:58 EST


Le 12/26/16 Ã 09:05, Bhumika Goyal a Ãcrit :
> Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx>
> ---
> Changes in v2:
> * Drop "drivers:" from the subject line.
> * Remove the file size details.
>
> drivers/watchdog/bcm7038_wdt.c | 2 +-

> diff --git a/drivers/watchdog/bcm7038_wdt.c b/drivers/watchdog/bcm7038_wdt.c
> index e238df4..37c6a49 100644
> --- a/drivers/watchdog/bcm7038_wdt.c
> +++ b/drivers/watchdog/bcm7038_wdt.c
> @@ -101,7 +101,7 @@ static unsigned int bcm7038_wdt_get_timeleft(struct watchdog_device *wdog)
> return time_left / wdt->rate;
> }

For BCM7038 WDT:

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian