Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7050829ybi; Thu, 13 Jun 2019 08:44:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0hkVzYjjv1Qrz8o/ddPYXNvZwFqL9yVy0sKH6Ib1k/S6UpSgkh+4UPBXRAbia2FzjNMhp X-Received: by 2002:a63:c94f:: with SMTP id y15mr31584118pgg.159.1560440692819; Thu, 13 Jun 2019 08:44:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560440692; cv=none; d=google.com; s=arc-20160816; b=ue1h9bXPr98xOEB4OK3HDVND6ByRm13qwgKXILdesD8Fw2vF8AAaIGRbAiID6bq1Hm dKjHsgSf9O5XUbmt5agCk1vZv4A+HEqfwebqLzuBkhm7RwC6EwzxMUCKZuC4g3Ef4h4o Mvqj6ikIOI7zzjH5X/O69yGI6bduYCcj5rgiywj6Fj6DPqKB8J0l+r02QY9VtLwM6GiL 993FQ6hQV5FJ0fpkqUIcPh5QYH5jP1psA1UI5RJxOui9iifvaWIWSiSomKOMW82WhUY5 BGf5jI3SD4i7LS5Hp1ogs08pIAq3uhdZums5KzMcMRT8sHanyZZtB41Wndpzm1SVfE5w 7QSQ== 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=3fQg3nWMegzahkd+PRrjp6SoFxPA8HH7B1256H9laCY=; b=sl30vO9VZAx9uTk08jph1cgXRSa2bYSVhgM1gBYmUBd/ZsBsl2ztu0IDEf+TQ3m08c decSsyiKO22mFhq7ttIqtdcGoDFQcjDERsNRQdos6oY6DJfwpGY+L5aNuoWwFCjyoBDQ vvn6yt03f5+2pSglN/7LKbHjKRlJZ0qbCX/KAaKR5VSx9xR16o7JLWQq/8Z2jM7Ujkyx lWbqes6kOBHwQZLy3n7LWbG0/bq1YcgywkViF/QxLGL9Oqta2X7eF8D8nr86inyPWMZ5 Kd5q98HxDfDrIHRsLxuAWiciF0jnawHBewgBfsyQcxRnOhmFBGlBqld/F7l4Cm6UdaSy Ju/A== 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 g3si103536pgh.189.2019.06.13.08.44.37; Thu, 13 Jun 2019 08:44:52 -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 S2388677AbfFMPm7 (ORCPT + 99 others); Thu, 13 Jun 2019 11:42:59 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:40532 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731843AbfFMJsW (ORCPT ); Thu, 13 Jun 2019 05:48:22 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 8B79D25B7FA; Thu, 13 Jun 2019 19:48:20 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 89397940483; Thu, 13 Jun 2019 11:48:18 +0200 (CEST) Date: Thu, 13 Jun 2019 11:48:18 +0200 From: Simon Horman To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 10/34] media: i2c: ov2640: simplify getting the adapter of a client Message-ID: <20190613094818.v5xdf4uogv64uxyq@verge.net.au> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-11-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-11-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:55:49PM +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/media/i2c/ov2640.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/i2c/ov2640.c b/drivers/media/i2c/ov2640.c > index 83031cfc7914..30e7e6b2b293 100644 > --- a/drivers/media/i2c/ov2640.c > +++ b/drivers/media/i2c/ov2640.c > @@ -1197,7 +1197,7 @@ static int ov2640_probe(struct i2c_client *client, > const struct i2c_device_id *did) > { > struct ov2640_priv *priv; > - struct i2c_adapter *adapter = to_i2c_adapter(client->dev.parent); > + struct i2c_adapter *adapter = client->adapter; > int ret; > > if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) { > -- > 2.19.1 >