summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemonident.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/ratemonident.c')
-rw-r--r--cpukit/rtems/src/ratemonident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/ratemonident.c b/cpukit/rtems/src/ratemonident.c
index 8c18975009..33d4e3fd3d 100644
--- a/cpukit/rtems/src/ratemonident.c
+++ b/cpukit/rtems/src/ratemonident.c
@@ -46,7 +46,7 @@ rtems_status_code rtems_rate_monotonic_ident(
status = _Objects_Name_to_id(
&_Rate_monotonic_Information,
- &name,
+ name,
OBJECTS_SEARCH_LOCAL_NODE,
id
);