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)
commitcbb0ed495ca165a94d66610adf64961f2117ec36
tree92723e2f2a6d8d3b47ccadc5e64cb7628a93fc60
parent1f91b6f6c747d3c584a5f37f68f5417bd328d745
regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data

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>
drivers/regulator/s5m8767.c