lkml.org 
[lkml]   [2022]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 462/606] mfd: stpmic1: Convert to i2c's .probe_new()
    Date
    From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

    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 <u.kleine-koenig@pengutronix.de>
    ---
    drivers/mfd/stpmic1.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/mfd/stpmic1.c b/drivers/mfd/stpmic1.c
    index 7d8b0c0548fe..54a4d59d1937 100644
    --- a/drivers/mfd/stpmic1.c
    +++ b/drivers/mfd/stpmic1.c
    @@ -116,8 +116,7 @@ static const struct regmap_irq_chip stpmic1_regmap_irq_chip = {
    .num_irqs = ARRAY_SIZE(stpmic1_irqs),
    };

    -static int stpmic1_probe(struct i2c_client *i2c,
    - const struct i2c_device_id *id)
    +static int stpmic1_probe(struct i2c_client *i2c)
    {
    struct stpmic1 *ddata;
    struct device *dev = &i2c->dev;
    @@ -201,7 +200,7 @@ static struct i2c_driver stpmic1_driver = {
    .of_match_table = of_match_ptr(stpmic1_of_match),
    .pm = pm_sleep_ptr(&stpmic1_pm),
    },
    - .probe = stpmic1_probe,
    + .probe_new = stpmic1_probe,
    };

    module_i2c_driver(stpmic1_driver);
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:54    [W:3.988 / U:1.440 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site