regulator: gpio-regulator: Basic devm_kzalloc() conversion
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 22:20:56 +0000 (23:20 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 10:38:52 +0000 (11:38 +0100)
commit02b552160f955a6dd6a54600f262365dc8916d69
treebcc872ae750cd3ef2a9ca706bfc486e642dc67a6
parent69d715a142f393bbcf1c05b440c074bed2aa0416
regulator: gpio-regulator: Basic devm_kzalloc() conversion

There's some other allocations but they're not so trivial as they use
kmemdup() and kstrdup().

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/gpio-regulator.c