sched/core: Use -EINVAL in sched_dynamic_mode()
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 25 Mar 2021 00:45:15 +0000 (01:45 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 25 Mar 2021 10:39:13 +0000 (11:39 +0100)
commitc4681f3f1cfcfde0c95ff72f0bdb43f9ffd7f00e
tree0053cdc72ed1c693a3efa1cc1dfffb1a9d4ebd74
parent7e1b2eb74928b2478fd0630ce6c664334b480d00
sched/core: Use -EINVAL in sched_dynamic_mode()

-1 is -EPERM which is a somewhat odd error to return from
sched_dynamic_write(). No other callers care about which negative
value is used.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: https://lore.kernel.org/r/20210325004515.531631-2-linux@rasmusvillemoes.dk
kernel/sched/core.c