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

    diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
    index 4a7cdac5e10d..fc97fa5a2d0c 100644
    --- a/drivers/mfd/twl6040.c
    +++ b/drivers/mfd/twl6040.c
    @@ -632,8 +632,7 @@ static struct regmap_irq_chip twl6040_irq_chip = {
    .mask_base = TWL6040_REG_INTMR,
    };

    -static int twl6040_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int twl6040_probe(struct i2c_client *client)
    {
    struct device_node *node = client->dev.of_node;
    struct twl6040 *twl6040;
    @@ -830,7 +829,7 @@ static struct i2c_driver twl6040_driver = {
    .driver = {
    .name = "twl6040",
    },
    - .probe = twl6040_probe,
    + .probe_new = twl6040_probe,
    .remove = twl6040_remove,
    .id_table = twl6040_i2c_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:53    [W:3.364 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site