We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b399151 commit 9de29eaCopy full SHA for 9de29ea
arch/x86/kernel/cpu/bugs.c
@@ -174,7 +174,7 @@ static enum spectre_v2_mitigation_cmd __init spectre_v2_parse_cmdline(void)
174
}
175
176
if (i >= ARRAY_SIZE(mitigation_options)) {
177
- pr_err("unknown option (%s). Switching to AUTO select\n", mitigation_options[i].option);
+ pr_err("unknown option (%s). Switching to AUTO select\n", arg);
178
return SPECTRE_V2_CMD_AUTO;
179
180
0 commit comments