mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Commit in Fixes intends to add the expression regex only when FW_LOADER
is enabled - not FW_LOADER_BUILTIN. Latter is a leftover from a previous
patchset and not a valid config item.
So, adjust the condition to the actual name of the config.
[ bp: Cleanup commit message. ]
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| chkobjdump.awk | ||
| gen-insn-attr-x86.awk | ||
| insn_decoder_test.c | ||
| insn_sanity.c | ||
| Makefile | ||
| objdump_reformat.awk | ||
| relocs_32.c | ||
| relocs_64.c | ||
| relocs_common.c | ||
| relocs.c | ||
| relocs.h | ||