Commit f90c4c2e authored by Daniel Schaefer's avatar Daniel Schaefer Committed by Anup Patel
Browse files

lib: sbi: Have spinlock checks return bool



spin_lock_check already returned bool in the source file but not in the
header. With some toolchains that causes an error, as it should.

Because it and related functions all essentially return a bool, we can
use this opportunity to change them.

Signed-off-by: default avatarDaniel Schaefer <git@danielschaefer.me>
Reviewed-by: default avatarAnup Patel <anup.patel@wdc.com>
parent 26998f3d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment