Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7048820ybi; Thu, 13 Jun 2019 08:42:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqxsZkZd5axMMIP2rYGVsNAi4CrHMYQxp+MjMc/tG4JB4qqfwH1SyO8wlcP3gXaT57Gy8olp X-Received: by 2002:a63:1b56:: with SMTP id b22mr29968590pgm.87.1560440561592; Thu, 13 Jun 2019 08:42:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560440561; cv=none; d=google.com; s=arc-20160816; b=dqDru3dfOIaLZ5RBx8/zQ8Vn9C0JD+zdkMH8kWXWrdLKSIqd8m7wHagkNw8PL3SDtb 2ILIX18Ampi8NhuTiNNPb9pmQdacchVKx8W5LghJJfcoJla4WmJ4RSDWwEgTljkBBsdG bM4IQWewTGpOgkZ4TIBu+F556irpHfXyr+hiLKh9oLAHbmgNpUbRRgWNbIX+YhKS7TIo l007ISRrBdBrlnlhCLH4MCRcpScIWcF9xcd/C+Nh7EfBsyLg42Anizwp+MT6+D3BYCmK 9yq6qVNMPIP9Kn5JCEra2uLrWIVZZke7dXBbOOTmDxgk8bY0WNPDBoHGI2wwTNpy8xLx 8VDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=pSnqaUETixYOkA42kFpgG6FqVIy17VvkDbAsPxbzeaQ=; b=MTuQjffzkdIc+mmIWpFu7j38x22kXZTsPYc22+YYdvmlhGnFKfLxt6QjtMemkU7gKJ wJ7hxTjflJKSVm84RicMxBQfSOfAEEkVgcuOGyMSX3dm4TOK0RRgUTX1dBlT3rwmWZGf v7ajT0I9pXmZpdlp4pL/8vUOPafBSP0VG/mKZa6I5x0Qc0SXqz3evckQpK2VHfr3ZMjI Y4tfJXnVFlKjTf16mjGfDUgh/DVlhDqAydLKeKxpJrAMA9lnAH3t3Evihip0EoeTWvCQ grgCv1oMkVdQnvB++HHZpV8jw731x5Uo6AR7wuSP/jeEwv071D95YnZo3EH2XbyjW4zu gGMA== 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 v36si101349pgl.91.2019.06.13.08.42.26; Thu, 13 Jun 2019 08:42:41 -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 S2388766AbfFMPke (ORCPT + 99 others); Thu, 13 Jun 2019 11:40:34 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:40798 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731900AbfFMJws (ORCPT ); Thu, 13 Jun 2019 05:52:48 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id F031725BE33; Thu, 13 Jun 2019 19:52:45 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 04EA2940483; Thu, 13 Jun 2019 11:52:42 +0200 (CEST) Date: Thu, 13 Jun 2019 11:52:42 +0200 From: Simon Horman To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Sebastian Reichel , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 22/34] power: supply: rt5033_battery: simplify getting the adapter of a client Message-ID: <20190613095242.y2c4avsn3nunutrj@verge.net.au> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-23-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-23-wsa+renesas@sang-engineering.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 08, 2019 at 12:56:01PM +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 Reviewed-by: Simon Horman > --- > > Please apply to your subsystem tree. > > drivers/power/supply/rt5033_battery.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/power/supply/rt5033_battery.c b/drivers/power/supply/rt5033_battery.c > index bcdd83048492..508f825ff190 100644 > --- a/drivers/power/supply/rt5033_battery.c > +++ b/drivers/power/supply/rt5033_battery.c > @@ -118,7 +118,7 @@ static const struct power_supply_desc rt5033_battery_desc = { > static int rt5033_battery_probe(struct i2c_client *client, > const struct i2c_device_id *id) > { > - struct i2c_adapter *adapter = to_i2c_adapter(client->dev.parent); > + struct i2c_adapter *adapter = client->adapter; > struct power_supply_config psy_cfg = {}; > struct rt5033_battery *battery; > u32 ret; > -- > 2.19.1 >