From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 From: Daniil Gnusarev To: devel-kernel@lists.altlinux.org Date: Mon, 14 Oct 2024 18:02:17 +0400 Message-ID: <20241014140221.535985-37-gnusarevda@basealt.ru> X-Mailer: git-send-email 2.42.2 In-Reply-To: <20241014140221.535985-1-gnusarevda@basealt.ru> References: <20241014140221.535985-1-gnusarevda@basealt.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [d-kernel] [PATCH 36/39] input: tp_serio: catch up API changes X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2024 14:02:31 -0000 Archived-At: List-Archive: List-Post: Signed-off-by: Daniil Gnusarev --- drivers/input/serio/tp_serio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/serio/tp_serio.c b/drivers/input/serio/tp_serio.c index f530cb50182e4..26bc9ca10d54c 100644 --- a/drivers/input/serio/tp_serio.c +++ b/drivers/input/serio/tp_serio.c @@ -486,8 +486,7 @@ static int tp_serio_device_query(struct tp_serio_data *drv) } #if defined(CONFIG_I2C) -static int tp_serio_probe_i2c(struct i2c_client *client, - const struct i2c_device_id *id) +static int tp_serio_probe_i2c(struct i2c_client *client) { struct tp_serio_data *drv; unsigned int index; -- 2.42.2