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

    diff --git a/drivers/leds/leds-lp3944.c b/drivers/leds/leds-lp3944.c
    index 673ad8c04f41..be47c66b2e00 100644
    --- a/drivers/leds/leds-lp3944.c
    +++ b/drivers/leds/leds-lp3944.c
    @@ -359,8 +359,7 @@ static int lp3944_configure(struct i2c_client *client,
    return err;
    }

    -static int lp3944_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int lp3944_probe(struct i2c_client *client)
    {
    struct lp3944_platform_data *lp3944_pdata =
    dev_get_platdata(&client->dev);
    @@ -428,7 +427,7 @@ static struct i2c_driver lp3944_driver = {
    .driver = {
    .name = "lp3944",
    },
    - .probe = lp3944_probe,
    + .probe_new = lp3944_probe,
    .remove = lp3944_remove,
    .id_table = lp3944_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:39    [W:2.908 / U:0.412 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site