summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/timerident.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/timerident.c')
-rw-r--r--c/src/exec/rtems/src/timerident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/timerident.c b/c/src/exec/rtems/src/timerident.c
index f8cb36bdc6..f8e1815026 100644
--- a/c/src/exec/rtems/src/timerident.c
+++ b/c/src/exec/rtems/src/timerident.c
@@ -47,7 +47,7 @@ rtems_status_code rtems_timer_ident(
status = _Objects_Name_to_id(
&_Timer_Information,
- &name,
+ name,
OBJECTS_SEARCH_LOCAL_NODE,
id
);