Re: [PATCH] regulator: as3711: Use a static of_regulator_match table for of_regulator_match

2013-04-16 Thread Guennadi Liakhovetski
Hi Axel Thanks for the patch On Wed, 17 Apr 2013, Axel Lin wrote: > The same table can be used for multiple instance of pdev, so we don't need to > allocate memory for of_regulator_match table per pdev. > > Signed-off-by: Axel Lin > --- > drivers/regulator/as3711-regulator.c | 46 >

[PATCH] regulator: as3711: Use a static of_regulator_match table for of_regulator_match

2013-04-16 Thread Axel Lin
The same table can be used for multiple instance of pdev, so we don't need to allocate memory for of_regulator_match table per pdev. Signed-off-by: Axel Lin --- drivers/regulator/as3711-regulator.c | 46 ++ 1 file changed, 19 insertions(+), 27 deletions(-)

[PATCH] regulator: as3711: Use a static of_regulator_match table for of_regulator_match

2013-04-16 Thread Axel Lin
The same table can be used for multiple instance of pdev, so we don't need to allocate memory for of_regulator_match table per pdev. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/as3711-regulator.c | 46 ++ 1 file changed, 19 insertions(+),

Re: [PATCH] regulator: as3711: Use a static of_regulator_match table for of_regulator_match

2013-04-16 Thread Guennadi Liakhovetski
Hi Axel Thanks for the patch On Wed, 17 Apr 2013, Axel Lin wrote: The same table can be used for multiple instance of pdev, so we don't need to allocate memory for of_regulator_match table per pdev. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/as3711-regulator.c |