diff options
| -rw-r--r-- | tests/chamelium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chamelium.c b/tests/chamelium.c index 3cf9f3b5..6079303a 100644 --- a/tests/chamelium.c +++ b/tests/chamelium.c @@ -163,7 +163,7 @@ test_basic_hotplug(data_t *data, struct chamelium_port *port) struct udev_monitor *mon = igt_watch_hotplug(); int i; - reset_state(data, port); + reset_state(data, NULL); igt_hpd_storm_set_threshold(data->drm_fd, 0); for (i = 0; i < 15; i++) { |
