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 276/606] leds: lm3697: 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/leds/leds-lm3697.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/leds/leds-lm3697.c b/drivers/leds/leds-lm3697.c
    index 71231a60eebc..10e904bf40a0 100644
    --- a/drivers/leds/leds-lm3697.c
    +++ b/drivers/leds/leds-lm3697.c
    @@ -299,8 +299,7 @@ static int lm3697_probe_dt(struct lm3697 *priv)
    return ret;
    }

    -static int lm3697_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int lm3697_probe(struct i2c_client *client)
    {
    struct device *dev = &client->dev;
    struct lm3697 *led;
    @@ -377,7 +376,7 @@ static struct i2c_driver lm3697_driver = {
    .name = "lm3697",
    .of_match_table = of_lm3697_leds_match,
    },
    - .probe = lm3697_probe,
    + .probe_new = lm3697_probe,
    .remove = lm3697_remove,
    .id_table = lm3697_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:43    [W:2.545 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site