RE: [PATCHv2 2/2] of: fix of_update_property()

2014-03-23 Thread li.xi...@freescale.com
> 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

Re: [PATCHv2 2/2] of: fix of_update_property()

2014-03-04 Thread Grant Likely
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

Re: [PATCHv2 2/2] of: fix of_update_property()

2014-02-04 Thread Grant Likely
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