From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Sat, 21 Nov 2015 00:31:30 +0000 Subject: Re: [PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure Message-Id: <20151121003130.GB28998@codeaurora.org> List-Id: References: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Tero Kristo , kernel-janitors@vger.kernel.org, Michael Turquette , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org On 11/15, Julia Lawall wrote: > The clk_hw_omap_ops structures are never modified, so declare this one as > const, like the others. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 20 Nov 2015 16:31:30 -0800 From: Stephen Boyd To: Julia Lawall Cc: Tero Kristo , kernel-janitors@vger.kernel.org, Michael Turquette , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure Message-ID: <20151121003130.GB28998@codeaurora.org> References: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1447616894-31717-1-git-send-email-Julia.Lawall@lip6.fr> List-ID: On 11/15, Julia Lawall wrote: > The clk_hw_omap_ops structures are never modified, so declare this one as > const, like the others. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project