regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data
authorAxel Lin <axel.lin@ingics.com>
Wed, 13 Feb 2013 01:29:45 +0000 (09:29 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Feb 2013 12:52:18 +0000 (12:52 +0000)
Use &pdev->dev rather than iodev->dev for devm_kzalloc() and
of_get_regulator_init_data(), this fixes memory leak.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found