From nobody Wed Sep 10 02:54:33 2025 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 C3CE4C61DA3 for ; Fri, 24 Feb 2023 12:06:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229994AbjBXMG2 (ORCPT ); Fri, 24 Feb 2023 07:06:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229911AbjBXMGU (ORCPT ); Fri, 24 Feb 2023 07:06:20 -0500 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE57E658CA for ; Fri, 24 Feb 2023 04:06:18 -0800 (PST) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pVWq3-0000cP-GQ; Fri, 24 Feb 2023 13:06:11 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pVWq1-007Azd-Fh; Fri, 24 Feb 2023 13:06:10 +0100 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pVWq1-006EYq-Vw; Fri, 24 Feb 2023 13:06:10 +0100 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: Wolfram Sang Cc: kernel@pengutronix.de, Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/9] serial: sc16is7xx: Convert to i2c's .probe_new() Date: Fri, 24 Feb 2023 13:05:54 +0100 Message-Id: <20230224120600.1681685-4-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230224120600.1681685-1-u.kleine-koenig@pengutronix.de> References: <20230224120600.1681685-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Developer-Signature: v=1; a=openpgp-sha256; l=1343; i=u.kleine-koenig@pengutronix.de; h=from:subject; bh=SyAwunV7rOOAWji/gEzYK8mQViHExwViHtm1Rqv0acA=; b=owGbwMvMwMV48I9IxdpTbzgZT6slMST/WMHb1X2gbKvcdZ6VfKrZwUmzDjDdX5TFkF6Q9FNeY E5UhdaDTkZjFgZGLgZZMUWWuiItsQkSa/7blSzhhhnEygQyhYGLUwAmop/EwTAnxa/8CkvhjanN dor3v3iaKa1kyZx+S/lRp+4VrvP/O1xj763ze/SVLWv6TF+Fb4zL/q3oyFXLF9RdJKBS96/h2Ad TlofX1zRnzF1+okXL/4ZqSlFzXmqJ5q4YcSGjLwzC4utvPHdL3hP+ZoWbiPj55EOH1a9GGZc/eu Yzx7UoTMAv4rbR9LQJAd+ZFnSwtAVbbMo8HL7YYFdWBLdo+9Ugb/vw/2Ht2lpvwnKOuQavrrc7Z +lzzLDyh3insI/7sy3lcmf0+yWYL1Xe3mQpH8ckdjAvwyhrh2NTiGnu1c+x/EkPv/b9nG8vcvja 5Cjd95/kijnPKFlvb3j8ufPx92fKl7bIbTlaFyxXzSoDAA== X-Developer-Key: i=u.kleine-koenig@pengutronix.de; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org .probe_new() doesn't get the i2c_device_id * parameter, so determine that explicitly in the probe function. Reviewed-by: Greg Kroah-Hartman Link: https://lore.kernel.org/lkml/20221118224540.619276-572-uwe@kleine-koe= nig.org Signed-off-by: Uwe Kleine-K=C3=B6nig --- drivers/tty/serial/sc16is7xx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/serial/sc16is7xx.c b/drivers/tty/serial/sc16is7xx.c index 39f92eb1e698..8412b25eac86 100644 --- a/drivers/tty/serial/sc16is7xx.c +++ b/drivers/tty/serial/sc16is7xx.c @@ -1665,9 +1665,9 @@ MODULE_ALIAS("spi:sc16is7xx"); #endif =20 #ifdef CONFIG_SERIAL_SC16IS7XX_I2C -static int sc16is7xx_i2c_probe(struct i2c_client *i2c, - const struct i2c_device_id *id) +static int sc16is7xx_i2c_probe(struct i2c_client *i2c) { + const struct i2c_device_id *id =3D i2c_client_get_device_id(i2c); const struct sc16is7xx_devtype *devtype; struct regmap *regmap; =20 @@ -1708,7 +1708,7 @@ static struct i2c_driver sc16is7xx_i2c_uart_driver = =3D { .name =3D SC16IS7XX_NAME, .of_match_table =3D sc16is7xx_dt_ids, }, - .probe =3D sc16is7xx_i2c_probe, + .probe_new =3D sc16is7xx_i2c_probe, .remove =3D sc16is7xx_i2c_remove, .id_table =3D sc16is7xx_i2c_id_table, }; --=20 2.39.1