Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2274919ybi; Sun, 9 Jun 2019 07:50:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqzFaOwv8xC8fyE9iFjHlP8JFRZ+hqcAJ+OQJjFhnZYZkE84ThVM8nJw/JXWSgJor9dVRf2k X-Received: by 2002:a63:c5:: with SMTP id 188mr11966047pga.108.1560091837786; Sun, 09 Jun 2019 07:50:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560091837; cv=none; d=google.com; s=arc-20160816; b=o4wAklANUp/MsJNC9aHNv09jKd7szY2FmAGYkOYhuhLCUXsTtiH5Ac939PQZpQEZls AQyQFxv3U+nzRYmOVh2AFbSKTN5OHKmNfMwutZ/dV8/LbiKn9lezVBfy/FyfnsA9uxTJ WH0Zjqz3vRVukLH6rwxAvueKIN+whAIwFqCATBxWg04nPax7In20VqSp5TN35WzOumVq Di+vt2CiST/ldbuXn6uno3liCVG2DElQ4vHQnywyzmOy2MieWGABaK7iji7Z2y/YCW5T QWfrVa4gqpXzE77PHeb61ybRfaNnaca+9EvtSFeaWnzyGddL9kIbxTD7BpazXfy2zAXh +Bkg== 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=4cOh0XenkPlGIHIWrjbZP/7dXcBqogHQaESKgtLbRU4=; b=K5TXOLgjQk4JEiPey+jmAa9K2zNWDfnN3RkNFgP+HBJNlOQlxUGYzPgsjvpVMTZwqv QqTBPT1WsBgLD5yqCjFRvpTfGD8hd5TwJEC9H8XoOZWbGFYJMS76+Me+Y78LPpcxjJ0W 8Ng7q7CTbxszANYLjlCNORFy8s3pQIWYuOw5OtCrZ9yphDonp2B4j4nHptk6qv5OhyXx vauZcL/dWdyA5cQ1iS1xArD//5JxBiJi/C0K+JpdLgunLy5PqeWlzUA4wQKryeDDR3uB 9pPCmYWUiMGTMLP925vtqUt173nUkpWoANjPzY+KeGSrpLcdAwOnixUDfTLIRaSm7NPL ucrA== 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 z28si3794875pgk.319.2019.06.09.07.50.21; Sun, 09 Jun 2019 07:50:37 -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 S1728915AbfFIOtI (ORCPT + 99 others); Sun, 9 Jun 2019 10:49:08 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:36939 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727041AbfFIOtI (ORCPT ); Sun, 9 Jun 2019 10:49:08 -0400 X-Originating-IP: 81.18.188.213 Received: from localhost (unknown [81.18.188.213]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 948D31BF203; Sun, 9 Jun 2019 14:49:05 +0000 (UTC) Date: Sun, 9 Jun 2019 16:49:04 +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 28/34] rtc: rv8803: simplify getting the adapter of a client Message-ID: <20190609144904.GD25472@piout.net> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-29-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-29-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:07+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-rv8803.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com