2007-04-12 Joel Sherrill <joel@OARcorp.com>

* itron/src/rsm_tsk.c: Correct error returned.
This commit is contained in:
Joel Sherrill
2007-04-12 19:42:34 +00:00
parent 93c158a0de
commit abee2fde21
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-04-12 Joel Sherrill <joel@OARcorp.com>
* itron/src/rsm_tsk.c: Correct error returned.
2007-04-09 Thomas Doerfler |Thomas.Doerfler@embedded-brains.de>
* include/rtems/pci.h: Added device ID for MOTOROLA_HAWK

View File

@@ -50,7 +50,7 @@ ER rsm_tsk(
_ITRON_return_errorno( E_OBJ );
if ( ! _States_Is_suspended(the_thread->current_state) )
_ITRON_return_errorno( E_OK );
_ITRON_return_errorno( E_OBJ );
_Thread_Resume( the_thread, FALSE );
break;