Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754723AbbK3TEt (ORCPT ); Mon, 30 Nov 2015 14:04:49 -0500 Received: from down.free-electrons.com ([37.187.137.238]:45513 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754579AbbK3TEs (ORCPT ); Mon, 30 Nov 2015 14:04:48 -0500 Date: Mon, 30 Nov 2015 20:04:46 +0100 From: Alexandre Belloni To: LABBE Corentin Cc: a.zummo@towertech.it, linux-arm-kernel@lists.infradead.org, maxime.ripard@free-electrons.com, wens@csie.org, linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com Subject: Re: [PATCH 2/3] rtc: sunxi: constify the data_year_param structure Message-ID: <20151130190446.GL22136@piout.net> References: <1447930210-27008-1-git-send-email-clabbe.montjoie@gmail.com> <1447930210-27008-2-git-send-email-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447930210-27008-2-git-send-email-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 723 Lines: 20 On 19/11/2015 at 11:50:09 +0100, LABBE Corentin wrote : > The data_year_param struct is never modified, so lets constify it. > This permit to remove cast since of_device_id is const also. > > Signed-off-by: LABBE Corentin > --- > drivers/rtc/rtc-sunxi.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/