Skip to content
Snippets Groups Projects
Commit 70a77c02 authored by Morris Jette's avatar Morris Jette
Browse files

Add error message on error condition

parent 29d79ef8
No related branches found
No related tags found
No related merge requests found
......@@ -1337,6 +1337,7 @@ static int _update_preempt(uint16_t old_preempt_mode)
return gs_fini();
}
error("Invalid gang scheduling mode change");
return EINVAL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment