Re: [PATCH 1/3] regulator: core: Add of_node_get to of_regulator_match

2014-04-04 Thread Charles Keepax
On Thu, Apr 03, 2014 at 10:50:27PM +0100, Mark Brown wrote: > On Thu, Apr 03, 2014 at 03:32:15PM +0100, Charles Keepax wrote: > > Currently, of_regulator_match does not increment the reference count of > > the of_nodes it takes new references to. This could cause the node > > pointer held to be inv

Re: [PATCH 1/3] regulator: core: Add of_node_get to of_regulator_match

2014-04-03 Thread Mark Brown
On Thu, Apr 03, 2014 at 03:32:15PM +0100, Charles Keepax wrote: > Currently, of_regulator_match does not increment the reference count of > the of_nodes it takes new references to. This could cause the node > pointer held to be invalid, by the time it is passed to the regulator > core. This patchs

[PATCH 1/3] regulator: core: Add of_node_get to of_regulator_match

2014-04-03 Thread Charles Keepax
Currently, of_regulator_match does not increment the reference count of the of_nodes it takes new references to. This could cause the node pointer held to be invalid, by the time it is passed to the regulator core. This patchs adds an of_node_get when we copy each of_node pointer into the match str