Searched hist:b92c803ec61de59e6e4ab9b2748d8e633cec3f08 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/watchdog/ |
H A D | txx9wdt.c | b92c803ec61de59e6e4ab9b2748d8e633cec3f08 Fri Mar 23 10:48:22 UTC 2012 Wim Van Sebroeck <wim@iguana.be> watchdog: txx9wdt: fix timeout
timeout should be an unsigned int. Set the timeout value properly in the watchdog_device struct so that we don't get an faulty values for the WDIOC_GETTIMEOUT ioctl call. Add check to see that timeout is a valid parameter after it is loaded as a module.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Acked-by: Wolfram Sang <w.sang@pengutronix.de>
|