diff options
author | Daniel Schaefer <git@danielschaefer.me> | 2021-05-13 12:52:35 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-05-14 17:05:20 +0530 |
commit | f90c4c2e0298a6a6e7ade87bf1b704a3a07aa7b9 (patch) | |
tree | fa783638405899503e6bf169b88a1ea12906a63c /Makefile | |
parent | 26998f3d116992ae3fc6670c8f724bcc630d33fd (diff) |
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: Daniel Schaefer <git@danielschaefer.me>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions