[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130213231102.GF7867@spo001.leaseweb.com>
Date: Thu, 14 Feb 2013 00:11:02 +0100
From: Wim Van Sebroeck <wim@...ana.be>
To: Wenyou Yang <wenyou.yang@...el.com>
Cc: linux-arm-kernel@...ts.infradead.org, nicolas.ferre@...el.com,
plagnioj@...osoft.com, fabio.porcedda@...il.com, JM.Lin@...el.com,
linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 5/8] watchdog/at91sam9_wdt: Add nowayout helpers to Watchdog Timer Driver Kernel API
Hi Wenyou
> diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c
> index c6d9f1f..e60a718 100644
> --- a/drivers/watchdog/at91sam9_wdt.c
> +++ b/drivers/watchdog/at91sam9_wdt.c
> @@ -238,6 +238,8 @@ static int __init at91wdt_probe(struct platform_device *pdev)
> return ret;
> }
>
> + watchdog_set_nowayout(&at91wdt_wdd, nowayout);
> +
> watchdog_init_timeout(&at91wdt_wdd, heartbeat, pdev->dev.of_node);
>
> ret = at91wdt_enable(&at91wdt_wdd, ms_to_ticks(WDT_HW_TIMEOUT * 1000));
allready part of the patch I just sent you.
Kind regards,
Wim.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists