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 D68E4C636CD for ; Wed, 1 Feb 2023 12:13:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231761AbjBAMNw convert rfc822-to-8bit (ORCPT ); Wed, 1 Feb 2023 07:13:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231646AbjBAMNt (ORCPT ); Wed, 1 Feb 2023 07:13:49 -0500 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F0E84AA7D; Wed, 1 Feb 2023 04:13:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id BBD91639922E; Wed, 1 Feb 2023 13:13:44 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id GouAGRHGtuwG; Wed, 1 Feb 2023 13:13:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 8E56D6399237; Wed, 1 Feb 2023 13:13:43 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7w43NCUZ1Lft; Wed, 1 Feb 2023 13:13:43 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 60FB5639922E; Wed, 1 Feb 2023 13:13:43 +0100 (CET) Date: Wed, 1 Feb 2023 13:13:43 +0100 (CET) From: Richard Weinberger To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Cc: Angel Iglesias , Lee Jones , Grant Likely , Wolfram Sang , Miquel Raynal , Vignesh Raghavendra , Sebastian Reichel , Maximilian Luz , Peter Rosin , Benjamin Mugnier , linux-i2c@vger.kernel.org, kernel , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , linux-mtd , linux-kernel Message-ID: <771653773.86636.1675253623278.JavaMail.zimbra@nod.at> In-Reply-To: <20221118224540.619276-497-uwe@kleine-koenig.org> References: <20221118224540.619276-1-uwe@kleine-koenig.org> <20221118224540.619276-497-uwe@kleine-koenig.org> Subject: Re: [PATCH 496/606] mtd: maps: pismo: Convert to i2c's .probe_new() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: maps: pismo: Convert to i2c's .probe_new() Thread-Index: DGoCIC9lu7BoF5uiWp7aeGNcBSO7dw== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Uwe Kleine-König" > An: "Angel Iglesias" , "Lee Jones" , "Grant Likely" > , "Wolfram Sang" , "Miquel Raynal" , "richard" > , "Vignesh Raghavendra" , "Sebastian Reichel" , > "Maximilian Luz" , "Peter Rosin" , "Benjamin Mugnier" > > CC: linux-i2c@vger.kernel.org, "kernel" , "Uwe Kleine-König" , > "linux-mtd" , "linux-kernel" > Gesendet: Freitag, 18. November 2022 23:43:50 > Betreff: [PATCH 496/606] mtd: maps: pismo: Convert to i2c's .probe_new() > From: Uwe Kleine-König > > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König Acked-by: Richard Weinberger Feel free to carry it though the i2c tree. Thanks, //richard