Signed-off-by: Thomas Wood <[email protected]>
---
 tests/pm_psr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pm_psr.c b/tests/pm_psr.c
index def8e12..5d28c7a 100644
--- a/tests/pm_psr.c
+++ b/tests/pm_psr.c
@@ -57,6 +57,7 @@ static int get_perf(const char *path)
        igt_assert(ret != 0);
        enabled = strcmp(str, "yes") == 0;
        ret = fscanf(file, "Performance_Counter: %i", &perf);
+       igt_assert(ret != 0);
 
        if (!sink)
            igt_skip("This panel does not support PSR.\n");
-- 
1.8.5.3

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to