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

    diff --git a/drivers/leds/leds-is31fl32xx.c b/drivers/leds/leds-is31fl32xx.c
    index 0d219c1ac3b5..799191859ce0 100644
    --- a/drivers/leds/leds-is31fl32xx.c
    +++ b/drivers/leds/leds-is31fl32xx.c
    @@ -422,8 +422,7 @@ static const struct of_device_id of_is31fl32xx_match[] = {

    MODULE_DEVICE_TABLE(of, of_is31fl32xx_match);

    -static int is31fl32xx_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int is31fl32xx_probe(struct i2c_client *client)
    {
    const struct is31fl32xx_chipdef *cdef;
    struct device *dev = &client->dev;
    @@ -489,7 +488,7 @@ static struct i2c_driver is31fl32xx_driver = {
    .name = "is31fl32xx",
    .of_match_table = of_is31fl32xx_match,
    },
    - .probe = is31fl32xx_probe,
    + .probe_new = is31fl32xx_probe,
    .remove = is31fl32xx_remove,
    .id_table = is31fl32xx_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:37    [W:2.991 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site