summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pm_rpm.c')
-rw-r--r--tests/pm_rpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index 51d8f366..1f2647be 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -125,7 +125,7 @@ static int8_t *pm_data = NULL;
static int modprobe(const char *driver)
{
- return igt_kmod_load(driver, "");
+ return igt_kmod_load(driver, NULL);
}
/* If the read fails, then the machine doesn't support PC8+ residencies. */