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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 86CD4ECDFB3 for ; Mon, 16 Jul 2018 21:36:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DC9B2084C for ; Mon, 16 Jul 2018 21:36:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3DC9B2084C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729854AbeGPWGF (ORCPT ); Mon, 16 Jul 2018 18:06:05 -0400 Received: from mail.bootlin.com ([62.4.15.54]:47104 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728290AbeGPWGF (ORCPT ); Mon, 16 Jul 2018 18:06:05 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 08B6F207AC; Mon, 16 Jul 2018 23:36:46 +0200 (CEST) Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id D127B206F3; Mon, 16 Jul 2018 23:36:45 +0200 (CEST) Date: Mon, 16 Jul 2018 23:36:46 +0200 From: Alexandre Belloni To: Giulio Benetti Cc: a.zummo@towertech.it, robh+dt@kernel.org, mark.rutland@arm.com, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com Subject: Re: [PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0 Message-ID: <20180716213646.GB2751@piout.net> References: <20180516210842.5874-1-giulio.benetti@micronovasrl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180516210842.5874-1-giulio.benetti@micronovasrl.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/05/2018 23:08:39+0200, Giulio Benetti wrote: > data field points to m41t00, instead it should point to m41t0. > Driver works correctly because on both cases(m41t0 and m41t00) chip_desc > are equal. > > Point to right enum m41t0 instead of m41t00. > > Signed-off-by: Giulio Benetti > --- > drivers/rtc/rtc-ds1307.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com