* [PATCH] gpio: fix documentation for gpiod_unexport
@ 2016-09-08 11:41 Amitesh Singh
2016-09-12 12:54 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Amitesh Singh @ 2016-09-08 11:41 UTC (permalink / raw)
To: linux-gpio, Linus Walleij, Alexandre Courbot
Both gpio_export and gpio_free APIs are obsolete now.
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
---
drivers/gpio/gpiolib-sysfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/gpiolib-sysfs.c b/drivers/gpio/gpiolib-sysfs.c
index 932e510..4b44dd9 100644
--- a/drivers/gpio/gpiolib-sysfs.c
+++ b/drivers/gpio/gpiolib-sysfs.c
@@ -670,10 +670,10 @@ int gpiod_export_link(struct device *dev, const char *name,
EXPORT_SYMBOL_GPL(gpiod_export_link);
/**
- * gpiod_unexport - reverse effect of gpio_export()
+ * gpiod_unexport - reverse effect of gpiod_export()
* @gpio: gpio to make unavailable
*
- * This is implicit on gpio_free().
+ * This is implicit on gpiod_free().
*/
void gpiod_unexport(struct gpio_desc *desc)
{
--
2.7.4
Both gpio_export and gpio_free APIs are obsolete now.
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio: fix documentation for gpiod_unexport
2016-09-08 11:41 [PATCH] gpio: fix documentation for gpiod_unexport Amitesh Singh
@ 2016-09-12 12:54 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2016-09-12 12:54 UTC (permalink / raw)
To: Amitesh Singh; +Cc: linux-gpio@vger.kernel.org, Alexandre Courbot
On Thu, Sep 8, 2016 at 1:41 PM, Amitesh Singh <singh.amitesh@gmail.com> wrote:
> Both gpio_export and gpio_free APIs are obsolete now.
>
> Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-12 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 11:41 [PATCH] gpio: fix documentation for gpiod_unexport Amitesh Singh
2016-09-12 12:54 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).