2/3] rimage: add return for non-void function.

Signed-off-by: Luo Xionghu <xionghu.luo@intel.com>
This commit is contained in:
Luo Xionghu 2018-01-26 16:29:37 +08:00 committed by Liam Girdwood
parent b8ba5f65f2
commit 8c9ebfe9c4
1 changed files with 1 additions and 0 deletions

View File

@ -137,4 +137,5 @@ int ri_manifest_sign(struct image *image)
MAN_RSA_SIGNATURE_LEN),
(void *)man + MAN_SIG_PKG_OFFSET,
(man->css.size - man->css.header_len) * sizeof(uint32_t));
return 0;
}