commit | 25ff3780d4cd46804e22192a728cfb6b33c84d1b | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Sep 06 12:24:35 2006 +0100 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Oct 02 23:07:18 2006 +0200 |
tree | e7c1c2c9d936ba973fd77a202ce2d7a71c277f02 | |
parent | 65a64ec3b4fc904932b832c53e5a86d56b972682 [diff] |
[WATCHDOG] s3c24XX nowayout If the driver is not configured for `no way out`, then the open method should not automatically allow the setting of allow_close to CLOSE_STATE_ALLOW. The setting of allow_close nullifies the use of the magic close via the write path. It means that in the default state, the watchdog will shut-down even if the magic close has not been issued. Signed-off-by: Ben Dooks <ben-linux@fluff.org>