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 33d4e3fd3d..15ca220c5a 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,
+ (Objects_Name) name,
OBJECTS_SEARCH_LOCAL_NODE,
id
);