Re: [PATCH v4 1/7] watchdog: add pretimeout support to the core

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	} else {
>  		wdd->timeout = timeout;
> +		/* Disable pretimeout if it doesn't fit the new timeout */
> +		if (wdd->pretimeout >= wdd->timeout)
> +			wdd->pretimeout = 0;

I wonder if we should add a warning here? What do you think?

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux