gpioset: drop the call to gpiod_line_set_value()
authorBartosz Golaszewski <bartekgola@gmail.com>
Mon, 2 Jan 2017 14:50:28 +0000 (15:50 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Mon, 2 Jan 2017 14:50:28 +0000 (15:50 +0100)
commitacd253412614264239e4848ecf313b6c074873ae
tree850d0c3b4b23667b065cb6db243e6175dddaaf1e
parent400f3f6da6f45587fd9d2d0f1d319445f33cb8ae
gpioset: drop the call to gpiod_line_set_value()

This is not needed as we already pass the default value to
gpiod_line_request_dout();

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
gpioset.c