> Subject: Re: [PATCHv2 2/2] of: fix of_update_property()
>
> On Wed, 22 Jan 2014 13:57:40 +0800, Xiubo Li wrote:
> > The of_update_property() is intented to update a property in a node
> > and if the property does not exist, will add it.
> >
> > The second s
On Wed, 22 Jan 2014 13:57:40 +0800, Xiubo Li wrote:
> The of_update_property() is intented to update a property in a node
> and if the property does not exist, will add it.
>
> The second search of the property is possibly won't be found, that
> maybe removed by other thread just before the secon
On Wed, 22 Jan 2014 13:57:40 +0800, Xiubo Li wrote:
> The of_update_property() is intented to update a property in a node
> and if the property does not exist, will add it.
>
> The second search of the property is possibly won't be found, that
> maybe removed by other thread just before the secon
The of_update_property() is intented to update a property in a node
and if the property does not exist, will add it.
The second search of the property is possibly won't be found, that
maybe removed by other thread just before the second search begain.
Using the __of_find_property() and __of_add_p
4 matches
Mail list logo