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 41C4CC77B61 for ; Fri, 28 Apr 2023 13:45:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C6AD610ED50; Fri, 28 Apr 2023 13:45:43 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 57FDB10ED50 for ; Fri, 28 Apr 2023 13:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682689542; x=1714225542; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CfgcV/xgCbtVYVTHTXHqVD5wdtu8TSzqhO7/qCUeOao=; b=Ok4Gmg+th3MOQ8WT1S7h49dVxQmEcKm1tzFy5G3AxaZvt9AsM70LsG3L VGCrkBNIzOLCoS+UMMKuu2zlgJTYF8T/NXa6eWt/nfahkUJLK7XhkkfGT zG14Al9jkJaYtTSmOQ0PbBwdfG+NLSVV6Tc1Kdv/9JfHaYtbgIH6s2voW kdkB5bkc8K7hBUccmz2ArACt12sihNipi09Ip0ZVn8ypl4ytbBwry8rfv V72J1AufgSTSxpoxJKLowDIYW5eNil60cSLwo0Dy0suEB53GpOLgZ82gK hbv6YuqXYKh0NQ0so5JKWtnYTRhYfGSR5jiRWxHurOhFFLc5UhvgsV807 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10694"; a="349776881" X-IronPort-AV: E=Sophos;i="5.99,234,1677571200"; d="scan'208";a="349776881" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2023 06:45:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10694"; a="1024605020" X-IronPort-AV: E=Sophos;i="5.99,234,1677571200"; d="scan'208";a="1024605020" Received: from ahermans-mobl1.ger.corp.intel.com (HELO intel.com) ([10.252.35.91]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2023 06:45:39 -0700 Date: Fri, 28 Apr 2023 15:45:37 +0200 From: Andi Shyti To: Tejas Upadhyay Message-ID: References: <20230428125952.4037964-1-tejas.upadhyay@intel.com> <20230428125952.4037964-2-tejas.upadhyay@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230428125952.4037964-2-tejas.upadhyay@intel.com> Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Use gt_err for GT info X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Tejas, On Fri, Apr 28, 2023 at 06:29:51PM +0530, Tejas Upadhyay wrote: > It will be more informative regarding > GT if we use gt_err instead. > > Cc: Andi Shyti > Signed-off-by: Tejas Upadhyay Thanks for this cleanup! Reviewed-by: Andi Shyti Andi