Re: [PATCH] preempt/dynamic: Fix setup_preempt_mode() return value

From: Peter Zijlstra
Date: Sat Dec 04 2021 - 04:41:21 EST


On Fri, Dec 03, 2021 at 05:32:03PM -0600, Andrew Halaney wrote:
> __setup() callbacks expect 1 for success and 0 for failure. Correct the
> usage here to reflect that.
>
> Fixes: 826bfeb37bb4 ("preempt/dynamic: Support dynamic preempt with preempt= boot option")
> Reported-by: Mark Rutland <mark.rutland@xxxxxxx>
> Signed-off-by: Andrew Halaney <ahalaney@xxxxxxxxxx>

Thanks!