[PATCH v4 34/47] soc: fsl: qe: change return type of cpm_muram_alloc() to s32

Qiang Zhao qiang.zhao at nxp.com
Tue Nov 12 19:01:23 AEDT 2019


On Fri, Nov 8, 2019 at 21:01 Rasmus Villemoes <linux at rasmusvillemoes.dk> wrote:

> -----Original Message-----
> From: Rasmus Villemoes <linux at rasmusvillemoes.dk>
> Sent: 2019年11月8日 21:01
> To: Qiang Zhao <qiang.zhao at nxp.com>; Leo Li <leoyang.li at nxp.com>;
> Christophe Leroy <christophe.leroy at c-s.fr>
> Cc: linuxppc-dev at lists.ozlabs.org; linux-arm-kernel at lists.infradead.org;
> linux-kernel at vger.kernel.org; Scott Wood <oss at buserror.net>; Rasmus
> Villemoes <linux at rasmusvillemoes.dk>
> Subject: [PATCH v4 34/47] soc: fsl: qe: change return type of
> cpm_muram_alloc() to s32
> 
> -unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long
> size)
> +s32 cpm_muram_alloc_fixed(unsigned long offset, unsigned long size)
>  {
> -	unsigned long start;
> +	long start;
>  	unsigned long flags;
>  	struct genpool_data_fixed muram_pool_data_fixed;
 
"start" should be s32 here too?


Best Regards
Qiang Zhao



More information about the Linuxppc-dev mailing list