core: constify *values in gpiod_line_set_value_bulk()
authorBartosz Golaszewski <bartekgola@gmail.com>
Sat, 3 Feb 2018 15:06:47 +0000 (16:06 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sat, 3 Feb 2018 15:06:47 +0000 (16:06 +0100)
commit610a8111bc78ce7c7de76f20fc1b9269155134a6
tree742a0f5b257be8c29545126a4b72f663513d9db9
parent7b493a5019d1a9f7a7b4ce2e87700ed432969f66
core: constify *values in gpiod_line_set_value_bulk()

The values in the array passed as argument to this routine are never
modified.

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