Commit 03a13546 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Walleij

pinctrl: samsung: Do not mention legacy API in the code

Replace mentioning of legacy API by the latest one.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230112134849.59534-1-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 844bca60
...@@ -649,7 +649,7 @@ static int samsung_gpio_direction_output(struct gpio_chip *gc, unsigned offset, ...@@ -649,7 +649,7 @@ static int samsung_gpio_direction_output(struct gpio_chip *gc, unsigned offset,
} }
/* /*
* gpiolib gpio_to_irq callback function. Creates a mapping between a GPIO pin * gpiod_to_irq() callback function. Creates a mapping between a GPIO pin
* and a virtual IRQ, if not already present. * and a virtual IRQ, if not already present.
*/ */
static int samsung_gpio_to_irq(struct gpio_chip *gc, unsigned offset) static int samsung_gpio_to_irq(struct gpio_chip *gc, unsigned offset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment