mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
MISRA-C states that a void procedure used in expressions is dangerous. This patch removes the improper 'return' when calling the void procedure 'send_dest_ipi'. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>