Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547379
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] watchdog: constify watchdog_info structures |
| Date | 2016-12-26 21:20 +0100 |
| Message-ID | <sSJUt-X4-13@gated-at.bofh.it> (permalink) |
| References | <sSGWB-7wy-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Le 12/26/16 à 09:05, Bhumika Goyal a écrit : > Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> > --- > 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@gmail.com> -- Florian
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] watchdog: constify watchdog_info structures Bhumika Goyal <bhumirks@gmail.com> - 2016-12-26 18:10 +0100 Re: [PATCH v2] watchdog: constify watchdog_info structures Florian Fainelli <f.fainelli@gmail.com> - 2016-12-26 21:20 +0100 Re: [PATCH v2] watchdog: constify watchdog_info structures Baruch Siach <baruch@tkos.co.il> - 2016-12-27 06:10 +0100 Re: [PATCH v2] watchdog: constify watchdog_info structures Guenter Roeck <linux@roeck-us.net> - 2016-12-28 16:30 +0100 RE: [PATCH v2] watchdog: constify watchdog_info structures Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2017-01-03 15:00 +0100
csiph-web