mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-04 00:03:25 -04:00
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.c | ||
fallback.h | ||
fallback_table.c | ||
firmware.h | ||
Kconfig | ||
main.c | ||
Makefile |