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 03F5EC77B73 for ; Thu, 18 May 2023 23:54:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5ABAF10E58F; Thu, 18 May 2023 23:54:12 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7137910E58F; Thu, 18 May 2023 23:54:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684454050; x=1715990050; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+D5psDNyUmd7dAZ4+pd1QsJ/Pk3EYpwue9iEXA+aI5I=; b=ZF6jrqOSEJX9O2sLadcGCEJLQSDP/BPiBeuswXZcbVq/N9W7uG7CAAYM WitddU7nUsQvr4Rq1kadO8HmMqME52rBYqtzMlqly21eZ6TmaCvXmMQb+ qPsI0NK3lnTh9zmhSv9iarbssWGUsqB1wh7iMBKUlLPQ6q065Yrxkrfmn ymCncNfShEgyDjscXol6TSfUl/nB3saxiAwVg02EzXMAnrUVQG8r0r7Oe 4BiL3VbiWVoIQxfHNUdgtY8u4oMsrqFQ7UZxPGsmR/puKxNbwgfPng34E nTIEVUEaldbihR9ZYoPibzxLTHa37WKPRGFbXnyS9IJiubh/S5H0Xts20 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10714"; a="336813417" X-IronPort-AV: E=Sophos;i="6.00,175,1681196400"; d="scan'208";a="336813417" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2023 16:54:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10714"; a="846677814" X-IronPort-AV: E=Sophos;i="6.00,175,1681196400"; d="scan'208";a="846677814" Received: from refaase-mobl.ger.corp.intel.com (HELO intel.com) ([10.251.221.245]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2023 16:54:04 -0700 Date: Fri, 19 May 2023 01:54:00 +0200 From: Andi Shyti To: Krzysztof Kozlowski Message-ID: References: <20230511175446.282041-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230511175446.282041-1-krzysztof.kozlowski@linaro.org> Subject: Re: [Intel-gfx] [RESEND PATCH] drm/i915: constify pointers to hwmon_channel_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: Jani Nikula , intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Daniel Vetter , Rodrigo Vivi , David Airlie Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Krzysztof, On Thu, May 11, 2023 at 07:54:46PM +0200, Krzysztof Kozlowski wrote: > Statically allocated array of pointers to hwmon_channel_info can be made > const for safety. > > Acked-by: Jani Nikula > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andi Shyti Andi