]> git.ipfire.org Git - thirdparty/linux.git/commit
riscv: remove redundant CMDLINE_FORCE check
authorZixian Zeng <sycamoremoon376@gmail.com>
Mon, 13 Jan 2025 16:30:20 +0000 (00:30 +0800)
committerAlexandre Ghiti <alexghiti@rivosinc.com>
Tue, 18 Mar 2025 13:33:31 +0000 (13:33 +0000)
commiteac5b138814a69435dae04c41591023477b3a18d
treebd891621520332a0b62e0954b9aab01a2d4cd651
parent5f1a58ed91a040d4625d854f9bb3dd4995919202
riscv: remove redundant CMDLINE_FORCE check

Drop redundant CMDLINE_FORCE check as it's already done in
function early_init_dt_scan_chosen().

Signed-off-by: Zixian Zeng <sycamoremoon376@gmail.com>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20250114-rebund-v1-1-5632b2d54d6c@gmail.com
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
arch/riscv/kernel/setup.c