From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0B7F510E033 for ; Mon, 26 Jun 2023 05:17:29 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org, kamil.konieczny@linux.intel.com Date: Mon, 26 Jun 2023 10:40:29 +0530 Message-Id: <20230626051031.2363120-23-bhanuprakash.modem@intel.com> In-Reply-To: <20230626051031.2363120-1-bhanuprakash.modem@intel.com> References: <20230626051031.2363120-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [V4 i-g-t 22/24] tests/xe/xe_debugfs: Use xe_config() helper to get the config List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Use xe_config() helper to get the config. Signed-off-by: Bhanuprakash Modem --- tests/xe/xe_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xe/xe_debugfs.c b/tests/xe/xe_debugfs.c index c404da258..bbd821f8c 100644 --- a/tests/xe/xe_debugfs.c +++ b/tests/xe/xe_debugfs.c @@ -253,7 +253,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) } igt_subtest("base") { - test_base(fd, xe_dev->config); + test_base(fd, xe_config(fd)); } -- 2.40.0