Re: [PATCH] gpio/board.txt: point to gpiod_set_value

2016-10-10 Thread Linus Walleij
On Mon, Oct 3, 2016 at 10:43 AM, Pavel Machek wrote: > gpiod_set_value() is preffered interface these days, so add a > pointer. Also fix a missing ). > > Signed-off-by: Pavel Machek Patch applied with some tweaking. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscr

[PATCH] gpio/board.txt: point to gpiod_set_value

2016-10-03 Thread Pavel Machek
gpiod_set_value() is preffered interface these days, so add a pointer. Also fix a missing ). Signed-off-by: Pavel Machek diff --git a/Documentation/gpio/board.txt b/Documentation/gpio/board.txt index 86d3fa9..589e789 100644 --- a/Documentation/gpio/board.txt +++ b/Documentation/gpio/board.txt @