Re: [PATCH 2/2] regulator: lp3972: Convert to devm_regulator_register

2013-11-13 Thread Mark Brown
On Wed, Nov 13, 2013 at 02:55:14PM +0800, Axel Lin wrote: > Both num_regulators and **rdev are no longer required after this conversion, > thus remove them from struct lp3972. Applied, thanks. signature.asc Description: Digital signature

[PATCH 2/2] regulator: lp3972: Convert to devm_regulator_register

2013-11-12 Thread Axel Lin
Both num_regulators and **rdev are no longer required after this conversion, thus remove them from struct lp3972. Signed-off-by: Axel Lin --- drivers/regulator/lp3972.c | 41 ++--- 1 file changed, 6 insertions(+), 35 deletions(-) diff --git a/drivers/regulato