commit | 5b7908c024ae6e3f21af077d4841d20f9a9567b9 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <brgl@bgdev.pl> | Mon Nov 27 11:48:46 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Dec 02 22:42:27 2017 +0100 |
tree | ed0833e7a82c9825f38c03b64b3aa324d4d58282 | |
parent | ca8792af40afb1e83e6910eac1bc48a91694fba3 [diff] |
gpio: mockup: change the type of value field in line state struct GPIO values are universally represented as integers. Change the type of the variable storing the current line value to int for consistency. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>