diff options
Diffstat (limited to 'Documentation/watchdog/src/watchdog-simple.c')
| -rw-r--r-- | Documentation/watchdog/src/watchdog-simple.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/watchdog/src/watchdog-simple.c b/Documentation/watchdog/src/watchdog-simple.c index 4cf72f3fa8e..ba45803a221 100644 --- a/Documentation/watchdog/src/watchdog-simple.c +++ b/Documentation/watchdog/src/watchdog-simple.c @@ -17,9 +17,6 @@ int main(void)  			ret = -1;  			break;  		} -		ret = fsync(fd); -		if (ret) -			break;  		sleep(10);  	}  	close(fd);  |