Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preempt/dynamic: Fix setup_preempt_mode() return value
__setup() callbacks expect 1 for success and 0 for failure. Correct the usage here to reflect that. Fixes: 826bfeb ("preempt/dynamic: Support dynamic preempt with preempt= boot option") Reported-by: Mark Rutland <[email protected]> Signed-off-by: Andrew Halaney <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
- Loading branch information