diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-01-12 15:46:45 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-01-30 15:55:29 +0100 |
commit | 029d14e900e7766eb2330bd4912dc28c0466db06 (patch) | |
tree | 9e3bcccddf852def41c60ad87c1e3b3de1c22db0 /drivers/gpio/gpio-davinci.c | |
parent | 149a028a5134ab740079bc88ee58c24a7d072ab9 (diff) | |
download | linux-029d14e900e7766eb2330bd4912dc28c0466db06.tar.gz linux-029d14e900e7766eb2330bd4912dc28c0466db06.tar.bz2 linux-029d14e900e7766eb2330bd4912dc28c0466db06.zip |
gpio: davinci: Do not mention legacy API in the code
Replace mentioning of legacy API by the latest one.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
-rw-r--r-- | drivers/gpio/gpio-davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index fa51a91afa54..e1c1b9a527db 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -534,7 +534,7 @@ static int davinci_gpio_irq_setup(struct platform_device *pdev) } /* - * Arrange gpio_to_irq() support, handling either direct IRQs or + * Arrange gpiod_to_irq() support, handling either direct IRQs or * banked IRQs. Having GPIOs in the first GPIO bank use direct * IRQs, while the others use banked IRQs, would need some setup * tweaks to recognize hardware which can do that. |