]> Gentwo Git Trees - linux/.git/commit
efi/riscv: Remove the useless failure return message print
authorQiang Ma <maqianga@uniontech.com>
Fri, 31 Oct 2025 02:43:28 +0000 (10:43 +0800)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 11 Nov 2025 18:09:56 +0000 (19:09 +0100)
commit935f94ccb95b81517c73042f44a5d9396bd20dc4
tree36d8d795cd041625a6cf65ecf06866cb4c31ad0d
parent4f90742d4a09a8253861b0d5fd0984e3cd399c9b
efi/riscv: Remove the useless failure return message print

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.

Signed-off-by: Qiang Ma <maqianga@uniontech.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/riscv-runtime.c