From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E184E77188 for ; Thu, 9 Jan 2025 03:12:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CC6EB10E983; Thu, 9 Jan 2025 03:12:29 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="mOQMpw8S"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0012F10E983 for ; Thu, 9 Jan 2025 03:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1736392348; x=1767928348; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=gqMWDaPuAaXto8yCn5a0ohq2oQjMeRDQzzpjUR9/cyo=; b=mOQMpw8SYWbVqJXGPmwFndJg4YjvUiZitAwzS9EFWANsg84lDxe+S+E8 hrOTbA3Rhq1Qgv/w8lI9/5WuBkJMOIiqpm3RlhkoHKPGokvkkI5YCFpuA ZhlCTHMt2HWwQ/sBywBQRDqVCEiH8xr5s/BtBQBe6UEb73yl3BxJU2fc9 bMUDiGYAk5Abm4riE7/q6QG6hjcdqqkBL5gSEShdz5GthjAoFFu5LOZVV P8cql51EYqx1EoZrRF9tu431EOMTWcjD+AAbowc+bzuXNndip5xOxxdPd +VlbDPlUKAaOdRA0vFFPW0b+gTbkNlyZQy/hrGOnyXLOScsJtO4TLn7/h w==; X-CSE-ConnectionGUID: iZmgjnMlQXqmz2Sv3vav/g== X-CSE-MsgGUID: 4R64ajPHQea4gof6ukmHbA== X-IronPort-AV: E=McAfee;i="6700,10204,11309"; a="24245422" X-IronPort-AV: E=Sophos;i="6.12,300,1728975600"; d="scan'208";a="24245422" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2025 19:12:27 -0800 X-CSE-ConnectionGUID: g8Tvm9rESNOkfQCP/kEJeg== X-CSE-MsgGUID: 8/BYLrRmT2G59PwlnAYo8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,300,1728975600"; d="scan'208";a="134119284" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2025 19:12:28 -0800 Date: Wed, 08 Jan 2025 19:12:27 -0800 Message-ID: <85bjwgvfxg.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Sai Teja Pottumuttu Cc: , , Subject: Re: [PATCH i-g-t v2 1/2] tests/intel/xe_oa: Remove unused function arguments In-Reply-To: <20250106034638.1746051-2-sai.teja.pottumuttu@intel.com> References: <20250106034638.1746051-1-sai.teja.pottumuttu@intel.com> <20250106034638.1746051-2-sai.teja.pottumuttu@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Sun, 05 Jan 2025 19:46:37 -0800, Sai Teja Pottumuttu wrote: > > The oa_exponent argument is unused in oa_report_is_periodic > function. Thus remove it. Reviewed-by: Ashutosh Dixit