2011-03-01 09:55:04

by Igor Grinberg

[permalink] [raw]
Subject: [PATCH] regulator: fix typo in Kconfig

Fix typo: s/TPS695x0/TPS659x0/

Signed-off-by: Igor Grinberg <[email protected]>
---
drivers/regulator/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index e1d9436..66a82e1 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -117,7 +117,7 @@ config REGULATOR_MAX8998
and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.

config REGULATOR_TWL4030
- bool "TI TWL4030/TWL5030/TWL6030/TPS695x0 PMIC"
+ bool "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC"
depends on TWL4030_CORE
help
This driver supports the voltage regulators provided by
--
1.7.3.4


2011-03-01 11:36:00

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: fix typo in Kconfig

On Tue, Mar 01, 2011 at 11:54:44AM +0200, Igor Grinberg wrote:
> Fix typo: s/TPS695x0/TPS659x0/
>
> Signed-off-by: Igor Grinberg <[email protected]>

Acked-by: Mark Brown <[email protected]>

2011-03-03 10:24:13

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH] regulator: fix typo in Kconfig

On Tue, 2011-03-01 at 11:54 +0200, Igor Grinberg wrote:
> Fix typo: s/TPS695x0/TPS659x0/
>
> Signed-off-by: Igor Grinberg <[email protected]>

Applied.

Thanks

Liam