tests: gpio-mockup: store the number of chips in gpio_mockup_probe()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 5 Jul 2019 14:57:40 +0000 (16:57 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 5 Jul 2019 14:57:40 +0000 (16:57 +0200)
commit647cc34a1f1ac115e6278bceb95e18a75cc85def
tree510986635956d56bc258c0a0a3f158d1c95cc96f
parentb62c0a81712646214cb1bea98649e76f39ead2d0
tests: gpio-mockup: store the number of chips in gpio_mockup_probe()

We're currently not storing the number of chips in the gpio-mockup
context structure after probing the module. The value is left
initialized to 0. This leads to both a memory leak and to chip ordering
errors when running the tests at high CPU loads. This patch fixes both
issues.

Fixes: e43e46d4f79c ("tests: mockup: add a library for controlling the gpio-mockup module")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/mockup/gpio-mockup.c