diff options
author | Marc Dietrich <marvin24@gmx.de> | 2013-06-10 20:27:55 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-24 11:37:47 (GMT) |
commit | ec8da805c43a6cc0252dad0ff6e348c731e0b138 (patch) | |
tree | fa7925d0f44f92f9a18456b5384178a0f4192d4f /drivers/mfd/tps6586x.c | |
parent | 317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff) | |
download | linux-ec8da805c43a6cc0252dad0ff6e348c731e0b138.tar.xz |
mfd: tps6586x: correct device name of the regulator cell
Change the device name of the regulator function to the one chosen for
MODULE_ALIAS. This fixes kernel auto-module loading for the regulator function.
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/mfd/tps6586x.c')
-rw-r--r-- | drivers/mfd/tps6586x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c index 721b918..4b93ed4 100644 --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c @@ -107,7 +107,7 @@ static struct mfd_cell tps6586x_cell[] = { .name = "tps6586x-gpio", }, { - .name = "tps6586x-pmic", + .name = "tps6586x-regulator", }, { .name = "tps6586x-rtc", |