projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9244ae
)
gpiolib: update inline documentation of gpiod_get_index()
author
Andy Shevchenko
<
[email protected]
>
Thu, 5 Dec 2013 09:26:26 +0000
(11:26 +0200)
committer
Linus Walleij
<
[email protected]
>
Mon, 9 Dec 2013 13:19:27 +0000
(14:19 +0100)
The patch just accents that @dev could be NULL.
There is no functional change.
Signed-off-by: Andy Shevchenko <
[email protected]
>
Reviewed-by: Mika Westerberg <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
drivers/gpio/gpiolib.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpiolib.c
b/drivers/gpio/gpiolib.c
index 30ae38681fef050ad560ff6c39a3192035e57340..12e47dfabd8de2f3daf302a4e1058e0d7f6b3ce8 100644
(file)
--- a/
drivers/gpio/gpiolib.c
+++ b/
drivers/gpio/gpiolib.c
@@
-2423,7
+2423,7
@@
EXPORT_SYMBOL_GPL(gpiod_get);
/**
* gpiod_get_index - obtain a GPIO from a multi-index GPIO function
- * @dev: GPIO consumer
+ * @dev: GPIO consumer
, can be NULL for system-global GPIOs
* @con_id: function within the GPIO consumer
* @idx: index of the GPIO to obtain in the consumer
*