]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
pinctrl: palmas: Fix device name in Kconfig text
authorMark Brown <broonie@linaro.org>
Mon, 19 Aug 2013 15:07:26 +0000 (16:07 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Aug 2013 06:56:31 +0000 (08:56 +0200)
The device family is called Palmas so there should be a 's' on the end of
the name.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig

index 8542cd4a176aec39c7f4d2871977ad5d90b4cbbc..bdb1a8701ecda2a7f59fc5fbd295a2b954ccad2d 100644 (file)
@@ -262,7 +262,7 @@ config PINCTRL_EXYNOS5440
        select PINCONF
 
 config PINCTRL_PALMAS
-       bool "Pinctrl driver for the PALMA Series MFD devices"
+       bool "Pinctrl driver for the PALMAS Series MFD devices"
        depends on OF && MFD_PALMAS
        select GENERIC_PINCONF
        help