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

    diff --git a/drivers/pwm/pwm-pca9685.c b/drivers/pwm/pwm-pca9685.c
    index f230c10d28bb..e00152257cbe 100644
    --- a/drivers/pwm/pwm-pca9685.c
    +++ b/drivers/pwm/pwm-pca9685.c
    @@ -513,8 +513,7 @@ static const struct regmap_config pca9685_regmap_i2c_config = {
    .cache_type = REGCACHE_NONE,
    };

    -static int pca9685_pwm_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int pca9685_pwm_probe(struct i2c_client *client)
    {
    struct pca9685 *pca;
    unsigned int reg;
    @@ -664,7 +663,7 @@ static struct i2c_driver pca9685_i2c_driver = {
    .of_match_table = of_match_ptr(pca9685_dt_ids),
    .pm = &pca9685_pwm_pm,
    },
    - .probe = pca9685_pwm_probe,
    + .probe_new = pca9685_pwm_probe,
    .remove = pca9685_pwm_remove,
    .id_table = pca9685_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:11    [W:2.683 / U:1.912 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site