summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-14 09:25:50 +0000
committerGitHub <noreply@github.com>2017-11-14 09:25:50 +0000
commite83769c07bb09b7727a36389c9dd92096860637e (patch)
tree74fe8f646c8ee8a8b2d3635b2f9d794ed56afd74 /services
parentc195f1a7055fbd7fd5487d6a6cc413b742604b09 (diff)
parent897f04e8b65117171f6eaa66f79b32d64f6da32c (diff)
Merge pull request #1159 from jeenu-arm/sdei-fix
SDEI: Fix build error with logging enabled
Diffstat (limited to 'services')
-rw-r--r--services/std_svc/sdei/sdei_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/std_svc/sdei/sdei_main.c b/services/std_svc/sdei/sdei_main.c
index c414beed..4fe990ad 100644
--- a/services/std_svc/sdei/sdei_main.c
+++ b/services/std_svc/sdei/sdei_main.c
@@ -993,7 +993,7 @@ uint64_t sdei_smc_handler(uint32_t smc_fid,
case SDEI_PE_UNMASK:
SDEI_LOG("> UNMASK:%lx\n", read_mpidr_el1());
sdei_pe_unmask();
- SDEI_LOG("< UNMASK:%ld\n", 0);
+ SDEI_LOG("< UNMASK:%d\n", 0);
SMC_RET1(handle, 0);
break;