Merge pull request #1159 from jeenu-arm/sdei-fix

SDEI: Fix build error with logging enabled
This commit is contained in:
davidcunado-arm 2017-11-14 09:25:50 +00:00 committed by GitHub
commit e83769c07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;