From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id AD8B410E4DF for ; Thu, 22 Jun 2023 07:00:54 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 22 Jun 2023 12:24:09 +0530 Message-Id: <20230622065422.2235134-11-bhanuprakash.modem@intel.com> In-Reply-To: <20230622065422.2235134-1-bhanuprakash.modem@intel.com> References: <20230622065422.2235134-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [V3 i-g-t 10/23] tests/i915/kms_mmap_write_crc: Avoid closing the closed fd List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Avoid closing the closed fd. Signed-off-by: Bhanuprakash Modem Reviewed-by: Kamil Konieczny --- tests/i915/kms_mmap_write_crc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/i915/kms_mmap_write_crc.c b/tests/i915/kms_mmap_write_crc.c index bc51975f6..2a2526417 100644 --- a/tests/i915/kms_mmap_write_crc.c +++ b/tests/i915/kms_mmap_write_crc.c @@ -306,6 +306,5 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL) close(data.drm_fd); igt_stop_helper(&hog); - close(data.drm_fd); } } -- 2.40.0