Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7051035ybi; Thu, 13 Jun 2019 08:45:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0AyoDE7FfC4tL+e14h1Ye6XufToWCZGhid5XZ9Xo5bGq6t9PX35er4KnTnJKp9U9kWrZ+ X-Received: by 2002:a17:902:b487:: with SMTP id y7mr28433889plr.219.1560440705140; Thu, 13 Jun 2019 08:45:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560440705; cv=none; d=google.com; s=arc-20160816; b=L/ve8NpUnqxq2n/6Kcx60Gmsp0NE//0G0L3yXXFsGLAZgIErJKHcio1XhXoJAkoDMZ hhdylkDQWMYYyEAMlARK7O4AnjaLiKSDFzKdhImg0b0fnWDvjy2/CHZf98ud48sRzn8F +fFqzCtSLxTQlYdf7u17KrSGJjpdEAhjS5F7WQTbE6hIcEbSL/Qja7Nwwj9EWTnpA32Y 3rHapNwB7V3UDYgEGiq9Hv/fadxGLOxb2HasOyPsh6+Tn8Ui726N9PowLTHvJYXg/p9o Ytm7Hg4Lz+jKkrp9Ri30uprLGKbYK9g+1a0QxymgMHGxYu8HRYNOvghjIE64cPWGp9uL p9IQ== 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=tSTo8Xnlu6nuC5XkiKSTQ2dxJ2DkJf5Ij5AbAj7BdLQ=; b=bKZjm2AKPOerskbhZWM0WCBPzMUYJFTytwigiiAOC68UsOF9CobAKdqNbk+0eratFz 2G4NkzCV0xjoDGPakLy1gSN6eUtsFqabwCCWl3MOO/HtsWoZJgQRw3ox+2/L3S/xLgyF FbLz2AlmFMRTkw3MpXo+Ixs/ncXwB7NIBGvEahsx7cnPOf9IA66HnD6SET+zFRos5IAw WZ/tlLvRtgQ7U/i3gA3XoQVYpSWMbGxpdljzOCtNbwagDyIFpb6oQG7SmiIXuxmRO1+4 JnNzFo9IOPhClWbORik/f9rrCSCBxbG1E/fdFs3HFLM/xVvq3mES7Bf+1xpX1YxMja16 s3Ew== 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 z5si87442pgv.280.2019.06.13.08.44.50; Thu, 13 Jun 2019 08:45:05 -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 S2389095AbfFMPnD (ORCPT + 99 others); Thu, 13 Jun 2019 11:43:03 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:40502 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731839AbfFMJrj (ORCPT ); Thu, 13 Jun 2019 05:47:39 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id C606125B7FA; Thu, 13 Jun 2019 19:47:36 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id C5C31940483; Thu, 13 Jun 2019 11:47:34 +0200 (CEST) Date: Thu, 13 Jun 2019 11:47:34 +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 07/34] media: i2c: mt9m001: simplify getting the adapter of a client Message-ID: <20190613094734.c26pbix5tlazxkby@verge.net.au> References: <20190608105619.593-1-wsa+renesas@sang-engineering.com> <20190608105619.593-8-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608105619.593-8-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:46PM +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