Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4548359ybh; Tue, 6 Aug 2019 13:43:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzQOkXiUxK5qcP8HYbaTeTonS/cdXhWDMJACd3DRNjFBRsaDRgJrqI09j2uOknqldlq5lcQ X-Received: by 2002:a17:902:e282:: with SMTP id cf2mr4939824plb.301.1565124238199; Tue, 06 Aug 2019 13:43:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565124238; cv=none; d=google.com; s=arc-20160816; b=LeNt2dYK0Md0TmyS1YpHMpB5GRzfe04xEyUFkFn+eP1S6ejMXWI/6EoX8tqY84D5vR BW7zHDHDJrasVMTtyTq2GsrymtOwv4SqzD7kABnULnrXqaDrWwEAUlKvAWn+p6ah/WQ7 6rEZfei4X85okVhDdGh1ySz+viLN4tcBrUQ87PG553CAGRSJj8QqTQ3Bx2Hu+CtXe5l9 Sp1U0sfrbRhJfm3tU4ikC3fi7SX0r+yd8CI0DG6Bq9YXNd/lvmufOckeaRFc0xZC2TYL EmQXp5Ck5iETf6RbuDZxvx/4lNSgJgFyG6uKlV8lPtdDzo9NpZeiTDbmO029EofNcP0q 01mQ== 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=rAub89+la4xBkQjEowBuFNex6v9W4YTBqRfM6a2JApI=; b=RVA3qzY1FAh7g2t5LuT1TrtuBDGqbxWn4g2tXTLoViqkdCWnw5oSA++1Mq+vy167Ng FGg1kMfqY0YbzxT0hUXwJUgbYiQzyvch0Cy6YYEsGDJzWg4XtlAADGUxmqD98q8rFmxZ 9+kL48i/33g7+/RRJ2eoueeKa36/W5763jL+um4nzT55ADXTb3CqS39lnhF0jyKWf29d LXHg++fr1s+barrA9npSZSEU+V2l5wAoM/g1kzQb5gFaUktSlQN5HkcusJ3mtIgA1Nys B6POIyyNR/oWJZGpQ2/4ZratAQz4YoI4d/xWf/kzqGAcJGwqmB1EyTojrDwQCqXqViPg ab3g== 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 g12si14530007pgs.249.2019.08.06.13.43.42; Tue, 06 Aug 2019 13:43:58 -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 S1726867AbfHFUlQ (ORCPT + 99 others); Tue, 6 Aug 2019 16:41:16 -0400 Received: from sauhun.de ([88.99.104.3]:36640 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726016AbfHFUlP (ORCPT ); Tue, 6 Aug 2019 16:41:15 -0400 Received: from localhost (p54B3324E.dip0.t-ipconnect.de [84.179.50.78]) by pokefinder.org (Postfix) with ESMTPSA id 2E40A2C290E; Tue, 6 Aug 2019 22:41:14 +0200 (CEST) Date: Tue, 6 Aug 2019 22:41:13 +0200 From: Wolfram Sang To: Baolin Wang Cc: wsa+renesas@sang-engineering.com, orsonzhai@gmail.com, zhang.lyra@gmail.com, vincent.guittot@linaro.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] i2c: sprd: Validate the return value of clock initialization Message-ID: <20190806204113.GF911@ninjato> References: <5f64dc0eedb348b15442f31f2f22f5bded7cd6ef.1564041157.git.baolin.wang@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/QKKmeG/X/bPShih" Content-Disposition: inline In-Reply-To: <5f64dc0eedb348b15442f31f2f22f5bded7cd6ef.1564041157.git.baolin.wang@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --/QKKmeG/X/bPShih Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 25, 2019 at 03:56:18PM +0800, Baolin Wang wrote: > The 'enable' clock of I2C master is required, we should return an error > if failed to get the 'enable' clock, to make sure the I2C driver can be > defer probe if the clock resource is not ready. >=20 > Signed-off-by: Baolin Wang Applied to for-next, thanks! --/QKKmeG/X/bPShih Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1J5ekACgkQFA3kzBSg KbbKlQ/8DwrpeCTeauqKc96AvZbkjglv0XQwp7Fa2sjInYjc6fIKDvp/V7me4srf 0pim0VtRiLcnp3G84v7FfAJXvR+0qqh+dQZUMCXcguAL2R5hJ0sad5Jx8Rmo0Kkv rvfzi7C3N/oEhTT6GFubZUKX+ptVCySl6LGo1xZj+mqYOVVlgy7VC4mb9GM3bFEU tc8lNTyBQf80YtUfLrrGKkHK6lgj6Mfl26CkTB6NhsV3APXASfVSr7aXv4v/wF1h CKQEnMbts0CJhTSyh5JGycwocVMXlBlUAyqg1T1NCRhdLuItlN/rOUqBBq5X9s6s IbqTaY9eROnSKG+x/8TlONF2ZnzLTsOn/3N/zv3IsHuDsyYf1y8yLigej19UZVEo u7R0LRcbRz7IMnXOx5MxJ56+phcyurg5kYv7Ngdl6V1UmPXEpAnjnHg7ZO4imV8w eobW+vRtqU7pIkX/YbxnUdj1PgtnpVkf5HbPj7EGv30v+5DxBMT0V4/JGf85fzZu yjkHr3LSc90SJOoH5UViqyUzEiOwh+n1g6iWNTr9FcWf1tSH037WCSG70aUIkN7s 5/0IJwilXE21uQfvakiglA0xGJs+vufZg1+uN5zloFUcS+QGLb30nS25tUdnK9Xb 4ENZntrcSDR8fuNbyORcCNxpB2iMsgloTlxpULkXQoTQZzYEyAY= =uc1V -----END PGP SIGNATURE----- --/QKKmeG/X/bPShih--