mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 23:47:39 +07:00
7012040576
When freeing the fw_priv the item is taken off the list. This causes an
oops in the FW_OPT_NOCACHE case as the list object is not initialized.
Make sure to initialize the list object regardless of this flag.
Fixes:
|
||
---|---|---|
.. | ||
fallback_table.c | ||
fallback.c | ||
fallback.h | ||
firmware.h | ||
Kconfig | ||
main.c | ||
Makefile |