diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-04 11:14:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-04 11:14:12 +0100 |
commit | abca37cd2e12a898289f2392c1658e711005535b (patch) | |
tree | 60453bb7fa783e86abea7b89ece8ed4aea9fe6ca /drivers/regulator/virtual.c | |
parent | 8d0509e9d6e1303acb40f53f5158fceec46e86e7 (diff) | |
parent | 1baa3b4e06f1e03f4fbbbc3734ea3b9a7a1134ec (diff) |
Merge remote-tracking branch 'regulator/fix/s5m8767' into regulator-linus
Diffstat (limited to 'drivers/regulator/virtual.c')
-rw-r--r-- | drivers/regulator/virtual.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/virtual.c b/drivers/regulator/virtual.c index 01c66e9712a..a9d4284ea00 100644 --- a/drivers/regulator/virtual.c +++ b/drivers/regulator/virtual.c @@ -330,8 +330,6 @@ static int regulator_virtual_remove(struct platform_device *pdev) if (drvdata->enabled) regulator_disable(drvdata->regulator); - platform_set_drvdata(pdev, NULL); - return 0; } |