From: Robert Foss <[email protected]> Remove devid from data_t since it is never read. Also remove one assignment to devid.
Signed-off-by: Robert Foss <[email protected]> Reviewed-by: Tomeu Vizoso <[email protected]> --- tests/kms_panel_fitting.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c index 1f9412f..43ad770 100644 --- a/tests/kms_panel_fitting.c +++ b/tests/kms_panel_fitting.c @@ -29,7 +29,6 @@ IGT_TEST_DESCRIPTION("Test display panel fitting"); typedef struct { - uint32_t devid; int drm_fd; igt_display_t display; igt_crc_t ref_crc; @@ -225,7 +224,6 @@ igt_simple_main data.drm_fd = drm_open_driver(DRIVER_INTEL); igt_require_pipe_crc(); igt_display_init(&data.display, data.drm_fd); - data.devid = intel_get_drm_devid(data.drm_fd); test_panel_fitting(&data); -- 2.5.0 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
