summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regionident.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/regionident.c')
-rw-r--r--cpukit/rtems/src/regionident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/regionident.c b/cpukit/rtems/src/regionident.c
index 5a43f25a19..b1e9ec77b0 100644
--- a/cpukit/rtems/src/regionident.c
+++ b/cpukit/rtems/src/regionident.c
@@ -48,7 +48,7 @@ rtems_status_code rtems_region_ident(
status = _Objects_Name_to_id(
&_Region_Information,
- &name,
+ name,
OBJECTS_SEARCH_LOCAL_NODE,
id
);