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

    diff --git a/drivers/leds/leds-blinkm.c b/drivers/leds/leds-blinkm.c
    index 3fb6a2fdaefa..414b659d2ddb 100644
    --- a/drivers/leds/leds-blinkm.c
    +++ b/drivers/leds/leds-blinkm.c
    @@ -565,8 +565,7 @@ static int blinkm_detect(struct i2c_client *client, struct i2c_board_info *info)
    return 0;
    }

    -static int blinkm_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int blinkm_probe(struct i2c_client *client)
    {
    struct blinkm_data *data;
    struct blinkm_led *led[3];
    @@ -731,7 +730,7 @@ static struct i2c_driver blinkm_driver = {
    .driver = {
    .name = "blinkm",
    },
    - .probe = blinkm_probe,
    + .probe_new = blinkm_probe,
    .remove = blinkm_remove,
    .id_table = blinkm_id,
    .detect = blinkm_detect,
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:19    [W:3.384 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site