summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/hi655x-regulator.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2017-03-28 16:14:38 +0200
committerMark Brown <broonie@kernel.org>2017-03-29 18:27:32 +0200
commit0feb837a42c95fee901e03f76a1266db85ceb6ec (patch)
treef611ecd88057948f4a2ca7f789d40b8e34c02166 /drivers/regulator/hi655x-regulator.c
parentregulator: arizona-micsupp: Avoid potential memory leak reading init_data (diff)
downloadlinux-0feb837a42c95fee901e03f76a1266db85ceb6ec.tar.xz
linux-0feb837a42c95fee901e03f76a1266db85ceb6ec.zip
regulator: arizona-ldo1: Avoid potential memory leak reading init_data
The device argument passed to of_get_regulator_init_data is used to do some devres memory allocation. Currently the driver passes the MFD device pointer to this function, this could result in the init_data allocation being leaked if the regulator is unbound but the MFD isn't. Correct this issue by correctly passing the local platform device. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/hi655x-regulator.c')
0 files changed, 0 insertions, 0 deletions