From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6B3DC5DF60 for ; Tue, 5 Nov 2019 17:19:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B67A8214D8 for ; Tue, 5 Nov 2019 17:19:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390534AbfKERTz (ORCPT ); Tue, 5 Nov 2019 12:19:55 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:43131 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390497AbfKERTz (ORCPT ); Tue, 5 Nov 2019 12:19:55 -0500 Received: from localhost (alyon-657-1-975-54.w92-137.abo.wanadoo.fr [92.137.17.54]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id CA19D10000D; Tue, 5 Nov 2019 17:19:53 +0000 (UTC) Date: Tue, 5 Nov 2019 18:19:53 +0100 From: Alexandre Belloni To: Ilya Ledvich Cc: Nobuhiro Iwamatsu , linux-rtc@vger.kernel.org Subject: Re: [PATCH v2] rtc: em3027: correct month value Message-ID: <20191105171953.GF8309@piout.net> References: <20191031102717.GB2967@piout.net> <20191101095422.14787-1-ilya@compulab.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191101095422.14787-1-ilya@compulab.co.il> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 01/11/2019 11:54:22+0200, Ilya Ledvich wrote: > The RTC month value is 1-indexed, but the kernel assumes it is 0-indexed. > This may result in the RTC not rolling over correctly. > > Signed-off-by: Ilya Ledvich > --- > drivers/rtc/rtc-em3027.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com