summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
-rw-r--r--drivers/gpio/gpiolib-of.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c
index a6c67c6b4680..9a0ec48a4737 100644
--- a/drivers/gpio/gpiolib-of.c
+++ b/drivers/gpio/gpiolib-of.c
@@ -242,7 +242,7 @@ int of_gpio_simple_xlate(struct gpio_chip *gc,
242{ 242{
243 /* 243 /*
244 * We're discouraging gpio_cells < 2, since that way you'll have to 244 * We're discouraging gpio_cells < 2, since that way you'll have to
245 * write your own xlate function (that will have to retrive the GPIO 245 * write your own xlate function (that will have to retrieve the GPIO
246 * number and the flags from a single gpio cell -- this is possible, 246 * number and the flags from a single gpio cell -- this is possible,
247 * but not recommended). 247 * but not recommended).
248 */ 248 */