From df925efc6fddfafd3c4365505d51cc01e2fc99db Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Tue, 17 Jul 2007 04:04:59 -0700 Subject: [PATCH] --- yaml --- r: 60853 b: refs/heads/master c: 7a39a49c746adc08488b1403b5aeca1dbd4ce0e2 h: refs/heads/master i: 60851: 8faa7f63f8339124d158b2d5d47e34ff31cc344f v: v3 --- [refs] | 2 +- trunk/Documentation/rtc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ae8ffb7a9272..2db5a2055aa5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c00593f6f816e5cfa6d193a2561ca77541f71424 +refs/heads/master: 7a39a49c746adc08488b1403b5aeca1dbd4ce0e2 diff --git a/trunk/Documentation/rtc.txt b/trunk/Documentation/rtc.txt index 7c701b88d6d5..c931d613f641 100644 --- a/trunk/Documentation/rtc.txt +++ b/trunk/Documentation/rtc.txt @@ -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);