[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <11813024582527-git-send-email-hcegtvedt@atmel.com>
Date: Fri, 8 Jun 2007 13:34:17 +0200
From: Hans-Christian Egtvedt <hcegtvedt@...el.com>
To: linux-kernel@...r.kernel.org, rtc-linux@...glegroups.com
Cc: Hans-Christian Egtvedt <hcegtvedt@...el.com>
Subject: [PATCH 1/2] rtc: make example code jump to done instead of return when ioctl not supported
Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@...el.com>
---
Documentation/rtc.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt
index 1ef6bb8..8cc67c7 100644
--- a/Documentation/rtc.txt
+++ b/Documentation/rtc.txt
@@ -388,7 +388,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);
--
1.4.4.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists