]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: max8907: Properly set pmic pointer in max8907_regulator_remove()
authorAxel Lin <axel.lin@gmail.com>
Sat, 18 Aug 2012 06:33:05 +0000 (14:33 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 20 Aug 2012 19:58:25 +0000 (20:58 +0100)
commit3990932cca373af6e2867098f8021d80eaf670e4
tree3a30ab4d6dd214c70cfd1362731396c423f1d533
parentcaaaa4f4a7f97c9578085c941b537bfd5810f2e9
regulator: max8907: Properly set pmic pointer in max8907_regulator_remove()

Add missing platform_get_drvdata() call in max8907_regulator_remove(), this
fixes below build warning:

  CC [M]  drivers/regulator/max8907-regulator.o
drivers/regulator/max8907-regulator.c: In function 'max8907_regulator_remove':
drivers/regulator/max8907-regulator.c:353:23: warning: 'pmic' is used uninitialized in this function [-Wuninitialized]

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/max8907-regulator.c