mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
Remove the uses of LIST_FIRST() and LIST_NEXT() plus an extra pointer. Also, call LIST_INIT() in vmei_me_client_destroy_host_clients() before releasing the mutex. v1 -> v2: - split the cleanup commit into two parts Tracked-On: #2763 Signed-off-by: Peter Fang <peter.fang@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>