]> git.karo-electronics.de Git - mv-sheeva.git/commit
regulator: set max8998->dev to &pdev->dev.
authorAxel Lin <axel.lin@gmail.com>
Fri, 27 Aug 2010 08:37:34 +0000 (16:37 +0800)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 1 Sep 2010 11:59:34 +0000 (12:59 +0100)
commit747cc851dc42ffeac2872da066ca4293a6d90baf
treeb110d53428982a59bac77d1259611719a41a436a
parent938b45927c240cf75a01ce29af3f173762e762f8
regulator: set max8998->dev to &pdev->dev.

max8998->dev is NULL in current implementation, set it to &pdev->dev.

regulator_register() still return success if max8998->dev is NULL,
but rdev->dev.parent will be set to NULL which is incorrect.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/max8998.c