commit | 0e4f761bc44346d0c08a8b272f148899198be825 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jan 01 11:03:08 2019 +0100 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jan 15 17:51:23 2019 +0100 |
tree | 591e76f716b09fd14187670d2e8a754b30632815 | |
parent | 021318dffb551a0222c0eb5fc23f2d04b8e601ac [diff] |
services/spm_deprecated: fix return code polarity of spm_init() Registered init handlers return a boolean int, not a return code, so convert the result from the SPM init call before returning it. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>