Merge branch 'cando' into for-linus
[linux-2.6-microblaze.git] / Documentation / watchdog / src / watchdog-simple.c
index 4cf72f3..ba45803 100644 (file)
@@ -17,9 +17,6 @@ int main(void)
                        ret = -1;
                        break;
                }
-               ret = fsync(fd);
-               if (ret)
-                       break;
                sleep(10);
        }
        close(fd);