From 52a393a3116f91157bc62d735db297d027d8724b Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 2 Nov 2015 10:16:16 +0000 Subject: [PATCH] tests: remove duplicate struct member initializers Signed-off-by: Thomas Wood --- tests/kms_frontbuffer_tracking.c | 1 - tests/pm_lpsp.c | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c index 38ed6629..95bdecfb 100644 --- a/tests/kms_frontbuffer_tracking.c +++ b/tests/kms_frontbuffer_tracking.c @@ -305,7 +305,6 @@ drmModeModeInfo std_1024_mode = { .hsync_start = 1048, .hsync_end = 1184, .htotal = 1344, - .vtotal = 806, .hskew = 0, .vdisplay = 768, .vsync_start = 771, diff --git a/tests/pm_lpsp.c b/tests/pm_lpsp.c index 2badb5c2..b62876c4 100644 --- a/tests/pm_lpsp.c +++ b/tests/pm_lpsp.c @@ -103,7 +103,6 @@ static void edp_subtest(int drm_fd, drmModeResPtr drm_res, .hsync_start = 1048, .hsync_end = 1184, .htotal = 1344, - .vtotal = 806, .hskew = 0, .vdisplay = 768, .vsync_start = 771,