commit | 8ae5767ba1c4e149ee9970aa7a4e9bf6b251bb77 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Apr 19 09:44:13 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 23 13:20:26 2012 +0100 |
tree | eeb5fae803f580dd5dad722fb5c71dbff29e2d8b | |
parent | 6c9eeb0f5cac0d9fd05c138f1eec86a7f70630ce [diff] |
regulator: max8997: Convert ot use devm_kzalloc Also simplify the error handling to start unwind from the place regulator_register fails. No need to check rdev[i] is NULL or not before calling regulator_unregister. regulator_unregister is safe if rdev is NULL, Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>