mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
We should use list_del_init here. Otherwise it would misorder the timer list if we would delete timer more than once if there're more than one timer on it. Change-Id: I2d18248173ced1ea1b723352327d2c3d0efc4900 Signed-off-by: Li, Fei1 <fei1.li@intel.com>