Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2277621ybi; Sun, 9 Jun 2019 07:54:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqzJmrBXrB2pi//NaJza5nYRykiwtqtm13nLTLMU6qj7+dp5r9xwXEvWG1lrGWzDind8he2s X-Received: by 2002:a17:90a:a789:: with SMTP id f9mr16161184pjq.20.1560092086449; Sun, 09 Jun 2019 07:54:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560092086; cv=none; d=google.com; s=arc-20160816; b=Aa2T4hwfCgaJm+lovs24TrgBb84yKMZdkUzIBpsi7bZYUnLh3CqheFFREW0CqL2C0Z WPHFOy8O/Vh850oIoDcT6bNIZyBgBEkzplsIEYKh0vxm8lf/70nDEfdu/GgL8QYnZ9Ws 4eemHIEE2ShWFn9kSEUpPBSzjElNIuaLalqDpWR1JNm2/UxqiajK0jMHatk6bATy+o/n VoU78+Rfl4zrnjtMxl7a1K8IqPRVGhOUzzsnY8qfD32qlCD6gnN6ASY+w1Nr9ZPPgpUb 31BgN1hOBJqVdSqhfNYDECja6tt2uH++yCO930V1H6L/uUNu1hSo00AIwEJPDD0o0+Hl 4MYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Aes+2TeBqcx//wHU7RN5+qhAwXxMgJldMx6/jXPRa9U=; b=x7O7jSQ41LMXvh+3i06wlrwaplkAcqj+DnHzC8r18MRX50RCQMe4J8xAmGuy3cnmpe VYx42/QwduGrDnOAffzNYcpZHVD3dkOdgAdYa1GA5k/kBu1Q5lK5rxiJxd0ceZ03Icsy XG4B0TpTlAOU4aAcTQqsWnpFYOd1bP8iBkywp4Ei1AiwMrcSsp2HS8vfg8hWecpqtxAI 0TEbiyIoboVhK4ps/jcB0M2GyAYBvnBasopfFzt2CGmSpFCkaFHj2hHi5BuhDJjCSgC9 IblufBNKH37GVPCj1yX3elHj+RZDC19RGu4jhw8NAetJnhgYvJasVZ98WwRqGa9DKTWy 7gtQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m3si7025249pjk.86.2019.06.09.07.54.30; Sun, 09 Jun 2019 07:54:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728850AbfFIOst (ORCPT + 99 others); Sun, 9 Jun 2019 10:48:49 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:45643 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727041AbfFIOss (ORCPT ); Sun, 9 Jun 2019 10:48:48 -0400 X-Originating-IP: 81.18.188.213 Received: from localhost (unknown [81.18.188.213]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 429E020002; Sun, 9 Jun 2019 14:48:43 +0000 (UTC) Date: Sun, 9 Jun 2019 16:48:37 +0200 From: Alexandre Belloni To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Alessandro Zummo , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 27/34] rtc: m41t80: simplify getting the adapter of a client Message-ID: <20190609144837.GC25472@piout.net> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-28-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-28-wsa+renesas@sang-engineering.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/06/2019 12:56:06+0200, Wolfram Sang wrote: > We have a dedicated pointer for that, so use it. Much easier to read and > less computation involved. > > Signed-off-by: Wolfram Sang > --- > > Please apply to your subsystem tree. > > drivers/rtc/rtc-m41t80.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com