Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752504AbdHJMb2 (ORCPT ); Thu, 10 Aug 2017 08:31:28 -0400 Received: from bes.se.axis.com ([195.60.68.10]:41900 "EHLO bes.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091AbdHJMb0 (ORCPT ); Thu, 10 Aug 2017 08:31:26 -0400 Subject: Re: [PATCH 02/17] pinctrl: artpec6: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures To: Julia Lawall , Jesper Nilsson CC: , , Lars Persson , Niklas Cassel , Linus Walleij , , , References: <1502359589-15970-1-git-send-email-Julia.Lawall@lip6.fr> <1502359589-15970-3-git-send-email-Julia.Lawall@lip6.fr> From: Lars Persson Message-ID: <41b88970-c34a-efb0-e2ce-c26ac918390e@axis.com> Date: Thu, 10 Aug 2017 14:31:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1502359589-15970-3-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: sv Content-Transfer-Encoding: 7bit X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: XBOX01.axis.com (10.0.5.15) To XBOX02.axis.com (10.0.5.16) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 467 Lines: 22 On 08/10/2017 12:06 PM, Julia Lawall wrote: > This pinctrl_ops structure is only stored in the const pctlops > field of a pinctrl_desc structure. Make the pinctrl_ops structure > const as well. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/pinctrl/pinctrl-artpec6.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Hi, Acked-by: Lars Persson BR, Lars