Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1405028ybx; Thu, 7 Nov 2019 11:25:46 -0800 (PST) X-Google-Smtp-Source: APXvYqyWFcj8jRTQsdA/01jbU+J/skA+UYnrFG14EQzH3rLgT5VLAxT0eGjVB/fTN1qZioCvejZf X-Received: by 2002:a17:906:a28d:: with SMTP id i13mr4638403ejz.288.1573154746717; Thu, 07 Nov 2019 11:25:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573154746; cv=none; d=google.com; s=arc-20160816; b=I3iY/DFG2X6fAkOw3xXiEliQrzYLf02DGv7rAFpd+Q3UlAv03kLdcTUVJmg9r5o4iu Ib/FvoGsfzptoUUgv6okra4BpE50ULjDzu6GyVlWQBw+eU3xRzQzYMkpQ6Juy1FrDBDU KM+eOyZOrEJsqPZbEXFBSjKwHAcHVHHNIvgZInJEdc+Xmrh0TkLL3QnwIQAgUR96vff+ i79dn49zUDe42T+6/RwAxHnaTBBzkcj8UdVn6tGEUvxEWtAx02zT6puEE67HR+8GBc3J St/NGHMYWczLe1MpeHRgeT0kSwgB7+ANQjY8zcIXOrEcskIhYv2QcvCIlnTOe6qxmiLv a7kQ== 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=LZBZHZiDzsw4pjKyGolhDqleY+Ia5AYG6ObBOCmR97Y=; b=b1lkLGD5jVwwwittYV5iYySS6LmeNmUCLBjAGOPB1luBLk4/jEK58r828/AjdSsTk3 V2i6gNvwol6mCpcEDgGHgDVXlAUnmR0sb79kqOEvQN4iXbyIZ3bgVQf/9QunVV97Q5My 6OU0q4RWZBJ6vLWwiVorPoWHI5m4psy5oX7u79t/ANGtkq4MTN4QRUvKYQRbpJUTBxFB 0KJZRmSq/N3O0OQt6VuLtirf1yWYyUw+BOq9IWBiPZuq5qcWpovFHMbx16A5YtxDx2+F GHmTq94/ekk8mkhsXq+1aFSDSyXzqjRmiFxwpe22F1+SVXkd2VD9e+lkoNnt/rnou2eL 1zcQ== 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 c24si1901826edb.328.2019.11.07.11.25.22; Thu, 07 Nov 2019 11:25:46 -0800 (PST) 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 S1726496AbfKGTWk (ORCPT + 99 others); Thu, 7 Nov 2019 14:22:40 -0500 Received: from sauhun.de ([88.99.104.3]:45468 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725497AbfKGTWk (ORCPT ); Thu, 7 Nov 2019 14:22:40 -0500 Received: from localhost (x4e37fafe.dyn.telefonica.de [78.55.250.254]) by pokefinder.org (Postfix) with ESMTPSA id 893F22C053A; Thu, 7 Nov 2019 20:22:37 +0100 (CET) Date: Thu, 7 Nov 2019 20:22:36 +0100 From: Wolfram Sang To: Luca Ceresoli Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 01/12] i2c: replace i2c_new_probed_device with an ERR_PTR variant Message-ID: <20191107192236.GA961@kunai> References: <20191106095033.25182-1-wsa+renesas@sang-engineering.com> <20191106095033.25182-2-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: 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 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Luca, > I beg your pardon for the newbie question, perhaps a stupid one, kind of > nitpicking, and not even strictly related to this patch, but what's the > reason for these functions being declared extern? I did this for consistency reasons. I agree that the 'extern' keyword could need some second thought, yet I think that should be a seperate patchset. And that does not have priority for me, so if someone is interested... :) > For the rest LGTM, I did some grep checks before/after the patchset, ran > some build tests, and everything looks fine. Cool, thanks for your review! All the best, Wolfram --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl3EbvgACgkQFA3kzBSg KbZnUBAAqSXjKtHx8DfxjUUBGdokkq2sI804mQs+pZMf9AnfcaYXg0K4s8MXKkU4 FkTLxSx0YvFCek2Uj79mqz+6enZQ7BbtHjD27Cv9OTYdG2rRTiDj7klqL1L7wZII ShG0ABY9s35DWS/XpBnT+PivvXHEv2qv78CQvreMGowwdaMlDLvfJvZgrNBr0ndg vaLDR+2IGt1MMY7QqbQQOeH4kKsAVIYruAvcy1eZm4hDRBxUo2mq5wiG7ERWTXuW /FXXXUa5/+6ty5sWyPnsvVE8c3yvC7O6/ejEuMlRHCVjL++20Yshka6X84UPOSlv xCiDz+4r2L1UhNYM0sqBiP8zli1MfNsdVHlWVQtmm4pjIrWXzLlEuRlQm94DLZob mUXugpUVXiy+CIPy2SVdvDnXGETFLuYx9kY/YMy0U7DPFnEcK7XCUA3Vj+Bfj73Y yllFHHg7aeZvg7lfQvx4BIek9VzggAVs4qdreH9i5T2mPPPp+f7EM8diLzYjuJDG 3oWwtGYqdB5y0U2pZB6+AHGMfB7kgALP3dYxGshBKHiOnJmpz9UL77zP3gbn7I+E CclNZNqtdDdGBJiOLETAYKBbpC7zXwt3dnbdZ72ZH1fcFPBjcDMFBjz1h49kHNpp 6Ig1J/nRkSpLi/RluOy1VrkOhCJaWDK7hMctS5BCm89T+xLYGFA= =iIbZ -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--