tests: mockup: validate the chip index where applicable
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 3 Aug 2019 16:14:32 +0000 (18:14 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 3 Aug 2019 16:14:32 +0000 (18:14 +0200)
commitbd68950c352b5c9350fe8be22f5dc5d9f1ce2707
treee152c8afdcea78b584c5a90bbb1fc2fa94bc8d0c
parentbab1cdd2a07cffe7a5923bc38c50c38ada882a7c
tests: mockup: validate the chip index where applicable

In functions that take the chip index as argument: let's verify that
its value is valid i.e. it refers to an existing chip to avoid potential
segfaults.

While we're at it: delegate the validation of arguments in mockup getter
helpers to a separate routine.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/mockup/gpio-mockup.c