core: remove the active_low argument from line bulk requests
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 13 Jul 2017 11:29:27 +0000 (13:29 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 13 Jul 2017 11:29:27 +0000 (13:29 +0200)
commitabec0c89e57179a75382b53f2649eb32f05df159
treeab9117821c1ce24fe2b4e4f7a01d51143cbb6e3f
parent34b8d26a2695c4e9e54156dfe68a286be1986cf0
core: remove the active_low argument from line bulk requests

We previously removed this argument from routines dealing with single
line requests. Do the same for bulk requests.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/gpiod.h
src/lib/core.c
src/lib/simple.c
tests/tests-line.c