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

    diff --git a/drivers/mfd/sky81452.c b/drivers/mfd/sky81452.c
    index 3ad35bf0c015..2515ecae1d3f 100644
    --- a/drivers/mfd/sky81452.c
    +++ b/drivers/mfd/sky81452.c
    @@ -21,8 +21,7 @@ static const struct regmap_config sky81452_config = {
    .val_bits = 8,
    };

    -static int sky81452_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int sky81452_probe(struct i2c_client *client)
    {
    struct device *dev = &client->dev;
    const struct sky81452_platform_data *pdata = dev_get_platdata(dev);
    @@ -78,7 +77,7 @@ static struct i2c_driver sky81452_driver = {
    .name = "sky81452",
    .of_match_table = of_match_ptr(sky81452_of_match),
    },
    - .probe = sky81452_probe,
    + .probe_new = sky81452_probe,
    .id_table = sky81452_ids,
    };

    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:28    [W:6.191 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site