From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756437AbdKGJkB (ORCPT ); Tue, 7 Nov 2017 04:40:01 -0500 Received: from mga07.intel.com ([134.134.136.100]:10494 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755815AbdKGJjp (ORCPT ); Tue, 7 Nov 2017 04:39:45 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,357,1505804400"; d="scan'208";a="1215189097" Date: Tue, 7 Nov 2017 11:30:55 +0200 From: Mika Westerberg To: Bhumika Goyal Cc: julia.lawall@lip6.fr, rjw@rjwysocki.net, lenb@kernel.org, andy@infradead.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ACPI / PMIC: make intel_pmic_opregion_data structures const Message-ID: <20171107093055.GP18997@lahna.fi.intel.com> References: <1509721428-6147-1-git-send-email-bhumirks@gmail.com> <1509721428-6147-3-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509721428-6147-3-git-send-email-bhumirks@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 03, 2017 at 04:03:48PM +0100, Bhumika Goyal wrote: > Make these structures as const as they are only passed to the function > intel_pmic_install_opregion_handler having the argument as const. > > Signed-off-by: Bhumika Goyal Acked-by: Mika Westerberg