aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests-gpioget.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests-gpioget.c')
-rw-r--r--tests/tests-gpioget.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/tests-gpioget.c b/tests/tests-gpioget.c
index fde9d18..db56991 100644
--- a/tests/tests-gpioget.c
+++ b/tests/tests-gpioget.c
@@ -34,8 +34,8 @@ static void gpioget_read_all_lines(void)
values[0] = values[1] = values[2] = values[3] = 1;
- rv = gpiod_simple_set_value_multiple(TEST_CONSUMER, test_chip_name(1),
- offsets, values, 4, false,
+ rv = gpiod_simple_set_value_multiple(test_chip_name(1), offsets,
+ values, 4, false, TEST_CONSUMER,
NULL, NULL);
TEST_ASSERT_RET_OK(rv);
@@ -75,8 +75,8 @@ static void gpioget_read_all_lines_active_low(void)
values[0] = values[1] = values[2] = values[3] = 1;
- rv = gpiod_simple_set_value_multiple(TEST_CONSUMER, test_chip_name(1),
- offsets, values, 4, false,
+ rv = gpiod_simple_set_value_multiple(test_chip_name(1), offsets,
+ values, 4, false, TEST_CONSUMER,
NULL, NULL);
TEST_ASSERT_RET_OK(rv);
@@ -115,8 +115,8 @@ static void gpioget_read_some_lines(void)
values[0] = values[1] = values[2] = 1;
- rv = gpiod_simple_set_value_multiple(TEST_CONSUMER, test_chip_name(1),
- offsets, values, 3, false,
+ rv = gpiod_simple_set_value_multiple(test_chip_name(1), offsets,
+ values, 3, false, TEST_CONSUMER,
NULL, NULL);
TEST_ASSERT_RET_OK(rv);