From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C13EC433FE for ; Mon, 21 Nov 2022 09:37:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230015AbiKUJhH (ORCPT ); Mon, 21 Nov 2022 04:37:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbiKUJhD (ORCPT ); Mon, 21 Nov 2022 04:37:03 -0500 Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C77D6942DA; Mon, 21 Nov 2022 01:37:02 -0800 (PST) Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2AL7KiMr016641; Mon, 21 Nov 2022 03:36:47 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : content-transfer-encoding : in-reply-to; s=PODMain02222019; bh=IZ+OUELaHqEcQhnrSZPD0D2GH6vdaZWteu3sA7LG7Sk=; b=khTP1oX9MmWrC9KbxvxeVMfeg8IklNfcS+NrujPCVEgq70uIEE5k9WXhzVcCyOkYetds J/J+XcVOgxY2ZhLNCPv46kuC84OXQZaI39cyN80lxxmUwcGCZOYaDIKR6Nx8iMLMnHNK yB1cD1AYtBUr1gRCN4zRN/p8xJrOi2h0eMdObS+loJC/iNp00lnQN5vi1aSyvum2LGnf S3WGWoRVGsq9pB5LaiOsmZLe/JJ0gH5j5cpoTJY7BEZFdJhoyD0jfyOwSiUKYTmaWQtf fXdNR5TPECcsfya9NCjAZ9juSMu5zeuuwZZf4OQSbOa/wHEf9qGW2zAxxYy46SHYtXMi Yg== Received: from ediex01.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3kxvet1ynd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Nov 2022 03:36:47 -0600 Received: from ediex02.ad.cirrus.com (198.61.84.81) by ediex01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.20; Mon, 21 Nov 2022 03:36:46 -0600 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by anon-ediex02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server id 15.2.1118.20 via Frontend Transport; Mon, 21 Nov 2022 03:36:46 -0600 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id 1E821B12; Mon, 21 Nov 2022 09:36:46 +0000 (UTC) Date: Mon, 21 Nov 2022 09:36:46 +0000 From: Charles Keepax To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= CC: Angel Iglesias , Lee Jones , Grant Likely , Wolfram Sang , Lee Jones , , , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , , Subject: Re: [PATCH 478/606] mfd: wm831x-i2c: Convert to i2c's .probe_new() Message-ID: <20221121093646.GQ10437@ediswmail.ad.cirrus.com> References: <20221118224540.619276-1-uwe@kleine-koenig.org> <20221118224540.619276-479-uwe@kleine-koenig.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221118224540.619276-479-uwe@kleine-koenig.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-ORIG-GUID: _QVSoRn72At3406fi5MxqrhgdTymMLSD X-Proofpoint-GUID: _QVSoRn72At3406fi5MxqrhgdTymMLSD X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 18, 2022 at 11:43:32PM +0100, Uwe Kleine-König wrote: > From: Uwe Kleine-König > > .probe_new() doesn't get the i2c_device_id * parameter, so determine > that explicitly in the probe function. > > Signed-off-by: Uwe Kleine-König > --- Acked-by: Charles Keepax Thanks, Charles