On Tue, Jun 18, 2024 at 12:06:27PM -0400, Steven Rostedt wrote:
> On Tue, 18 Jun 2024 20:55:17 +0800
> Zhengyejian <zhengyej...@huaweicloud.com> wrote:
> 
> > > + start = memblock_phys_alloc(size, align);
> > > + if (!start)
> > > +         return -ENOMEM;
> > > +
> > > + reserved_mem_add(start, size, name);
> > > +
> > > + return 0;  
> > 
> > Hi, steve, should here return 1 ? Other __setup functions
> > return 1 when it success.
> 
> Ug, you're correct.
> 
> Mike, want me to send a v7?

I can fix it up while applying.
 
> -- Steve

-- 
Sincerely yours,
Mike.

Reply via email to