git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f91b6f
)
regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data
author
Axel Lin
<axel.lin@ingics.com>
Wed, 13 Feb 2013 01:29:45 +0000
(09:29 +0800)
committer
Mark 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