Re: [PATCH] efi/riscv: Remove the useless failure return message print

From: Ard Biesheuvel

Date: Fri Oct 31 2025 - 02:52:24 EST


On Fri, 31 Oct 2025 at 05:12, Yao Zi <ziyao@xxxxxxxxxxx> wrote:
>
> On Fri, Oct 31, 2025 at 10:43:28AM +0800, Qiang Ma wrote:
> > In the efi_create_mapping() in arch/riscv/kernel/efi.c,
> > the return value is always 0, and this debug message
> > is unnecessary. So, remove it.
>
> Should we make efi_create_mapping() return void at the same time, if it
> will never fail?
>

No.