Re: [PATCH v3 6/6] watchdog: pretimeout: add noop pretimeout governor

From: Vladimir Zapolskiy
Date: Wed Jun 08 2016 - 10:32:22 EST


On 08.06.2016 10:10, Wolfram Sang wrote:
>> +static void pretimeout_noop(struct watchdog_device *wdd)
>> +{
>> + pr_alert("watchdog pretimeout event\n");
>> +}
>
> My version said which watchdog caused the event, why not adding that?
>

I will add it. It's a bit sad that a virtual volatile id is reported,
but it is better than nothing...

Best wishes,
Vladimir