public inbox for linux-watchdog@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH hwmon] watchdog: lpc18xx_wdt_get_timeleft() can be static
       [not found] ` <20150807170350.GA92637@athens>
@ 2015-08-07 17:28   ` Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2015-08-07 17:28 UTC (permalink / raw)
  To: kbuild test robot, Ariel D'Alessandro
  Cc: kbuild-all, lm-sensors, linux-watchdog@vger.kernel.org,
	wim@iguana.be

On 08/07/2015 10:03 AM, kbuild test robot wrote:
>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Wrong subsystem (should be watchdog), but still makes sense on top
of the offending patch. I'll add it to my pull request for Wim.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   lpc18xx_wdt.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/lpc18xx_wdt.c b/drivers/watchdog/lpc18xx_wdt.c
> index 00ff5bd..ab7b8b1 100644
> --- a/drivers/watchdog/lpc18xx_wdt.c
> +++ b/drivers/watchdog/lpc18xx_wdt.c
> @@ -123,7 +123,7 @@ static int lpc18xx_wdt_set_timeout(struct watchdog_device *wdt_dev,
>   	return 0;
>   }
>
> -unsigned int lpc18xx_wdt_get_timeleft(struct watchdog_device *wdt_dev)
> +static unsigned int lpc18xx_wdt_get_timeleft(struct watchdog_device *wdt_dev)
>   {
>   	struct lpc18xx_wdt_dev *lpc18xx_wdt = watchdog_get_drvdata(wdt_dev);
>   	unsigned int val;
>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-07 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201508080133.jDW20mAc%fengguang.wu@intel.com>
     [not found] ` <20150807170350.GA92637@athens>
2015-08-07 17:28   ` [PATCH hwmon] watchdog: lpc18xx_wdt_get_timeleft() can be static Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox