commit | e09313ce7ea1706d1642c7d5af103915e69fc6d0 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Jan 23 09:34:15 2019 +0100 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Tue Feb 19 17:42:29 2019 +0100 |
tree | e6dfdc6d09ad4adc2976558da34e55e057d71884 | |
parent | 83336668b94eb44ecd78a0b7840e43f0859e05cb [diff] |
gpio: mockup: change the signature of unlocked get/set helpers The unlocked variants only get called from places where we already have the pointer to the underlying gpio_mockup_chip structure, so take it as parameter instead of struct gpio_chip. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>