include/ecrt.h
changeset 1312 74853e018898
parent 1288 bf0d42ca5aec
child 1313 ed15eef57d5c
--- a/include/ecrt.h	Thu Nov 06 15:55:49 2008 +0000
+++ b/include/ecrt.h	Mon Nov 17 15:04:28 2008 +0000
@@ -347,11 +347,7 @@
  * The first master has index 0, the n-th master has index n - 1. The number
  * of masters has to be specified when loading the master module.
  *
- * \attention In kernel context, the returned pointer has to be checked for
- * errors using the IS_ERR() macro.
- *
- * \return If \a IS_ERR() returns zero, the result is a pointer to the
- * reserved master, otherwise, the result is an error code.
+ * \return Pointer to the reserved master, otherwise \a NULL.
  */
 ec_master_t *ecrt_request_master(
         unsigned int master_index /**< Index of the master to request. */