[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <75efc4ce-c6da-92c4-e3a5-5e37311b0f33@rasmusvillemoes.dk>
Date: Tue, 12 Nov 2019 09:17:21 +0100
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Qiang Zhao <qiang.zhao@....com>, Leo Li <leoyang.li@....com>,
Christophe Leroy <christophe.leroy@....fr>
Cc: "linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Scott Wood <oss@...error.net>
Subject: Re: [PATCH v4 34/47] soc: fsl: qe: change return type of
cpm_muram_alloc() to s32
On 12/11/2019 09.01, Qiang Zhao wrote:
> On Fri, Nov 8, 2019 at 21:01 Rasmus Villemoes <linux@...musvillemoes.dk> wrote:
>
>> -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?
Yes, of course. Good catch.
Rasmus
Powered by blists - more mailing lists