From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752951AbdK2EdR (ORCPT ); Tue, 28 Nov 2017 23:33:17 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:40930 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751706AbdK2EdP (ORCPT ); Tue, 28 Nov 2017 23:33:15 -0500 X-Google-Smtp-Source: AGs4zMZAT43Qt1Scb0H1HFeXnD1XkQ18XK0eePihW/gAzBnHr9AcQywz9u0CxsYqj5cWSM/CXTnvnQ== Subject: Re: [PATCH 0/2] ACPI / PMIC: constify platform_device_id To: "Rafael J. Wysocki" References: Cc: "Rafael J. Wysocki" , Len Brown , Andy Shevchenko , Mika Westerberg , Linux Kernel Mailing List , ACPI Devel Maling List From: Arvind Yadav Message-ID: <06603cb3-8645-c1a2-d222-f8b012a71a46@gmail.com> Date: Wed, 29 Nov 2017 10:02:57 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rafael, On Wednesday 29 November 2017 02:28 AM, Rafael J. Wysocki wrote: > On Tue, Nov 28, 2017 at 11:01 AM, Arvind Yadav > wrote: >> platform_device_id are not supposed to change at runtime. All functions >> working with platform_device_id provided by >> work with const platform_device_id. So mark the non-const structs as >> const. >> >> Arvind Yadav (2): >> [PATCH 1/2] ACPI / PMIC: constify platform_device_id >> [PATCH 2/2] ACPI / PMIC: Constify platform_device_id > Can you please resend the two changes in this series as one patch? Yes, I will resend as single patch. > Thanks, > Rafael Thanks, ~arvind