mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0027672219
The driver sets ignore_consec to -1 which is 0xffffffff in u32
so when iwl_fw_ini_trigger_on is called, it will always return false
and each trigger could be used only once.
Solve this by removing the assignment to -1.
Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Fixes:
|
||
---|---|---|
.. | ||
api | ||
acpi.c | ||
acpi.h | ||
dbg.c | ||
dbg.h | ||
debugfs.c | ||
debugfs.h | ||
error-dump.h | ||
file.h | ||
img.h | ||
init.c | ||
notif-wait.c | ||
notif-wait.h | ||
paging.c | ||
runtime.h | ||
smem.c |