summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/partident.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/partident.c')
-rw-r--r--c/src/exec/rtems/src/partident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/partident.c b/c/src/exec/rtems/src/partident.c
index 2f7029cd63..ce65b76ae9 100644
--- a/c/src/exec/rtems/src/partident.c
+++ b/c/src/exec/rtems/src/partident.c
@@ -47,7 +47,7 @@ rtems_status_code rtems_partition_ident(
{
Objects_Name_to_id_errors status;
- status = _Objects_Name_to_id( &_Partition_Information, &name, node, id );
+ status = _Objects_Name_to_id( &_Partition_Information, name, node, id );
return _Status_Object_name_errors_to_status[ status ];
}