Re: [PATCH] regulator: act8865: fix incorrect devm_kzalloc for act8865

2013-12-30 Thread Mark Brown
On Thu, Dec 26, 2013 at 02:52:43PM +0800, Wenyou Yang wrote: > Which cause to allocate more needless memory. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: act8865: fix incorrect devm_kzalloc for act8865

2013-12-25 Thread Wenyou Yang
Which cause to allocate more needless memory. Signed-off-by: Wenyou Yang --- drivers/regulator/act8865-regulator.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/act8865-regulator.c b/drivers/regulator/act8865-regulator.c index f853353..aecf01b 10064