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 535/606] power: supply: ucs1002: 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/power/supply/ucs1002_power.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/power/supply/ucs1002_power.c b/drivers/power/supply/ucs1002_power.c
    index ef673ec3db56..836d44c9fb74 100644
    --- a/drivers/power/supply/ucs1002_power.c
    +++ b/drivers/power/supply/ucs1002_power.c
    @@ -532,8 +532,7 @@ static const struct regulator_desc ucs1002_regulator_descriptor = {
    .n_voltages = 1,
    };

    -static int ucs1002_probe(struct i2c_client *client,
    - const struct i2c_device_id *dev_id)
    +static int ucs1002_probe(struct i2c_client *client)
    {
    struct device *dev = &client->dev;
    struct power_supply_config charger_config = {};
    @@ -681,7 +680,7 @@ static struct i2c_driver ucs1002_driver = {
    .name = "ucs1002",
    .of_match_table = ucs1002_of_match,
    },
    - .probe = ucs1002_probe,
    + .probe_new = ucs1002_probe,
    };
    module_i2c_driver(ucs1002_driver);

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