summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-11-13 12:30:45 +0000
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-11-13 14:33:20 +0000
commit897f04e8b65117171f6eaa66f79b32d64f6da32c (patch)
tree74fe8f646c8ee8a8b2d3635b2f9d794ed56afd74 /services
parentc195f1a7055fbd7fd5487d6a6cc413b742604b09 (diff)
SDEI: Fix build error with logging enabled
Change-Id: Iee617a3528225349b6eede2f8abb26da96640678 Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
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;