[Sound-open-firmware] [[RFC PATCH] 2/3] rimage: add return for non-void function.
xionghu.luo at linux.intel.com
xionghu.luo at linux.intel.com
Fri Jan 26 09:29:37 CET 2018
From: Luo Xionghu <xionghu.luo at intel.com>
Signed-off-by: Luo Xionghu <xionghu.luo at intel.com>
---
rimage/pkcs1_5.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/rimage/pkcs1_5.c b/rimage/pkcs1_5.c
index 7783ac4..0c5806b 100644
--- a/rimage/pkcs1_5.c
+++ b/rimage/pkcs1_5.c
@@ -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;
}
--
2.11.0
More information about the Sound-open-firmware
mailing list