From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/4] constify net platform_device_id Date: Sun, 13 Aug 2017 20:12:58 -0700 (PDT) Message-ID: <20170813.201258.1936266760483908698.davem@davemloft.net> References: <1502622705-11169-1-git-send-email-arvind.yadav.cs@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1502622705-11169-1-git-send-email-arvind.yadav.cs@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: arvind.yadav.cs@gmail.com Cc: wg@grandegger.com, mkl@pengutronix.de, madalin.bucur@nxp.com, sergei.shtylyov@cogentembedded.com, grygorii.strashko@ti.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-can@vger.kernel.org List-Id: linux-can.vger.kernel.org From: Arvind Yadav Date: Sun, 13 Aug 2017 16:41:44 +0530 > 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. Series applied, thanks.