commit | 575f690dc4973027ce7e93360678681d09f65fac | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Apr 17 18:06:50 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Apr 17 14:44:32 2012 +0100 |
tree | 0b1552f07183a255d6ea434804f860e823bebefe | |
parent | 98d8618af37728f6e18e84110ddb99987b47dd12 [diff] |
regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversion commit 4d26f7 "regulator: max8660: Use devm_kzalloc()" missed to replace kzalloc by devm_kzalloc. Fix it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>