Remove the return value from configure_sched_context(), because it never fails. As a consequence, create_idle_thread() also never fails and does not need a return value. Signed-off-by: Axel Heider <axel.heider@hensoldt.net>