summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/net/smsc9218i.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/mpc55xxevb/net/smsc9218i.c')
-rw-r--r--bsps/powerpc/mpc55xxevb/net/smsc9218i.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/mpc55xxevb/net/smsc9218i.c b/bsps/powerpc/mpc55xxevb/net/smsc9218i.c
index 30156a0d4f..1914c24022 100644
--- a/bsps/powerpc/mpc55xxevb/net/smsc9218i.c
+++ b/bsps/powerpc/mpc55xxevb/net/smsc9218i.c
@@ -1500,7 +1500,7 @@ static void smsc9218i_transmit_task(void *arg)
rtems_bsdnet_semaphore_release();
/* Terminate self */
- (void) rtems_task_delete(RTEMS_SELF);
+ rtems_task_exit();
}
#if defined(DEBUG)