diff options
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
| -rw-r--r-- | drivers/gpio/gpiolib-of.c | 2 | 
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,  {  	/*  	 * We're discouraging gpio_cells < 2, since that way you'll have to -	 * write your own xlate function (that will have to retrive the GPIO +	 * write your own xlate function (that will have to retrieve the GPIO  	 * number and the flags from a single gpio cell -- this is possible,  	 * but not recommended).  	 */  |