Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2275014ybi; Sun, 9 Jun 2019 07:50:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqw3BdHbaDkN/JQYE8A+Phe0G5IKHei3HlPJ6etLB3YvPOhJBlJGtm8u2JLpzLRXKcFdJJvV X-Received: by 2002:a63:d008:: with SMTP id z8mr11901549pgf.335.1560091844143; Sun, 09 Jun 2019 07:50:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560091844; cv=none; d=google.com; s=arc-20160816; b=NDatRNbiPoL3+5vijclS34xjQIN7yVWczNuQtDLb6jKKjeVfFErKoSHrUqAlR5zoZm tkpI9leaSkMvmZjBucTN4Oy9UAHhRqp5zbhHFf9HtIAcitLIVimz8NfH8azXTax5UB6d mTWa3PYb7zkfjx8qMqqy0quk87IVwA66DGW+ae7/JNCKIQcnYyZ+aqRUs5d+2Ige9ufV HMRk9r1uMJVCf+CIGF/tbWyAxZU+3rDBD08PF7gKEkgpOB/whwyWw7cKPHzfdqyzmfBu Jm9fk1MyLcFy170BzJNag7NAyCwsq8f/ig26eCzl47qQ5tKAkJHyp5ItSH6T+f5CypeF pJ+Q== 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=Xks/kepOn2pKZYBGwkf2lpmiHoiWZbWtNSXrYu5+Nh4=; b=aLryC4QkZSkeg8gSHy5a7TZNKQ3QA1/1K1UsrBGnBi8rVrllJnvb5t6Mc2Tn/NkOdT U5aOQUOoJajXELEAk4knrc+kVUDD1Qzj3d561MfWaX0Naldx8PA1buxmPRqIjDobMs4g WaHTm7kA+MpGzFEOBnV8v9iD8PQG+gvfzSS2+ITiV8dreYgKk7XUuPPvWLaoN5KBoMuJ gK4J6hHomUPY0tGwFyJwSL47J3A+tB5cwabLojquoZm18kHqWFlB4pPqY1kbUDcDG03M SLRb7h/chei4QoIiPS8xqujr3zDfpAnh83+LwN4j6pxB9tgEfUwWbSycffPI8Eo7RLss 3Dfg== 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 i11si7534283pfa.240.2019.06.09.07.50.28; Sun, 09 Jun 2019 07:50:44 -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 S1728742AbfFIOsa (ORCPT + 99 others); Sun, 9 Jun 2019 10:48:30 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:37035 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727041AbfFIOsa (ORCPT ); Sun, 9 Jun 2019 10:48:30 -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 87C621BF203; Sun, 9 Jun 2019 14:48:26 +0000 (UTC) Date: Sun, 9 Jun 2019 16:48:25 +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 26/34] rtc: fm3130: simplify getting the adapter of a client Message-ID: <20190609144825.GB25472@piout.net> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-27-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-27-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:05+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-fm3130.c | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com