lib: sbi: Simplify sbi_ipi_process remove goto
authorXiang W <wxjstz@126.com>
Tue, 25 Apr 2023 08:56:24 +0000 (16:56 +0800)
committerAnup Patel <anup@brainfault.org>
Thu, 11 May 2023 07:16:42 +0000 (12:46 +0530)
commit6bc02dede86c47f87e65293b7099e9caf3b22c29
tree4183f8e45866396b6d7955ae9bd0c34b58e84d1b
parent4e3353057a3b975ca58c9b831749e2760f7812c0
lib: sbi: Simplify sbi_ipi_process remove goto

Simplify sbi_ipi_process() by removing goto statement.

Signed-off-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_ipi.c