lkml.org 
[lkml]   [2022]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 5/5] powerpc/pseries: use of_property_alloc/free() and of_node_alloc()
Le Tue, 28 Jun 2022 17:00:45 +0000,
Christophe Leroy <christophe.leroy@csgroup.eu> a écrit :

> > -static int pSeries_reconfig_add_node(const char *path, struct property *proplist)
> > +static struct device_node *pSeries_reconfig_add_node(const char *path)
> > {
> > - struct device_node *np;
> > - int err = -ENOMEM;
> > -
> > - np = kzalloc(sizeof(*np), GFP_KERNEL);
> > - if (!np)
> > - goto out_err;
> > -
> > - np->full_name = kstrdup(kbasename(path), GFP_KERNEL);
> > - if (!np->full_name)
> > - goto out_err;
> > -
> > - np->properties = proplist;
> > - of_node_set_flag(np, OF_DYNAMIC);
> > - of_node_init(np);
> > + struct device_node *np, *parent;
> >
> > - np->parent = pseries_of_derive_parent(path);
> > - if (IS_ERR(np->parent)) {
> > - err = PTR_ERR(np->parent);
> > - goto out_err;
> > + np = of_find_node_by_path(path)
>
> Missing ;
>
> Did you test build ?

I generally test build for powerpc but it seems like I forgot to rebuild
my powerpc kernel build after this modification. It seems like only
this error did not pass through the test build. I'll try to be more
careful next time.

Sorry for that.

--
Clément Léger,
Embedded Linux and Kernel engineer at Bootlin
https://bootlin.com

\
 
 \ /
  Last update: 2022-06-29 09:34    [W:0.294 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site