tests: mockup: don't fail at init-time if gpio-mockup is already loaded
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 08:01:50 +0000 (10:01 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 08:01:50 +0000 (10:01 +0200)
commit1bad7a0f0d37f63ed006779dfada68b45b8bd76d
tree6c26c5d4d8e1d5a8520f6f5bb2602626a9ff84df
parent47c6c4b1ab73ca6ffea8880e72360275033b90aa
tests: mockup: don't fail at init-time if gpio-mockup is already loaded

The comment in gpio_mockup_new() says we can deal with gpio-mockup
already being loaded, but it's wrong - we'd actually fail in the call
to kmod_module_probe_insert_module().

Pass the KMOD_PROBE_IGNORE_LOADED flag to the insert function to fix
that.

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