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?

-- Steve

Reply via email to