[Sound-open-firmware] [[RFC PATCH] 2/3] rimage: add return for non-void function.

Liam Girdwood liam.r.girdwood at linux.intel.com
Sat Jan 27 18:01:24 CET 2018


On Fri, 2018-01-26 at 16:29 +0800, xionghu.luo at linux.intel.com wrote:
> 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;
>  }

applied.

Thanks

Liam


More information about the Sound-open-firmware mailing list