mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-14 08:36:39 +00:00
trusty: Fix reported misra violation
memset does not return a useful result here, so explitcitly ignore it Change-Id: I33cd2228cadc280ee8e5ce3a4f8682dde9a7c16c
This commit is contained in:
@@ -428,7 +428,7 @@ static int32_t trusty_setup(void)
|
||||
DAIF_FIQ_BIT |
|
||||
DAIF_IRQ_BIT |
|
||||
DAIF_ABT_BIT);
|
||||
memset(&ep_info->args, 0, sizeof(ep_info->args));
|
||||
(void)memset(&ep_info->args, 0, sizeof(ep_info->args));
|
||||
plat_trusty_set_boot_args(&ep_info->args);
|
||||
|
||||
/* register init handler */
|
||||
|
||||
Reference in New Issue
Block a user