Pull asus into release branch
[deliverable/linux.git] / Documentation / rtc.txt
index 7c701b88d6d59dd4e1068a8ad22a4321704737a0..c931d613f6410cb7dce6732ac1f68ddaf6a3ee9d 100644 (file)
@@ -385,7 +385,7 @@ test_PIE:
                /* not all RTCs support periodic IRQs */
                if (errno == ENOTTY) {
                        fprintf(stderr, "\nNo periodic IRQ support\n");
-                       return 0;
+                       goto done;
                }
                perror("RTC_IRQP_READ ioctl");
                exit(errno);
This page took 0.02782 seconds and 5 git commands to generate.