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

    diff --git a/drivers/power/supply/z2_battery.c b/drivers/power/supply/z2_battery.c
    index 1897c2984860..eb01b01bf593 100644
    --- a/drivers/power/supply/z2_battery.c
    +++ b/drivers/power/supply/z2_battery.c
    @@ -176,8 +176,7 @@ static int z2_batt_ps_init(struct z2_charger *charger, int props)
    return 0;
    }

    -static int z2_batt_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int z2_batt_probe(struct i2c_client *client)
    {
    int ret = 0;
    int props = 1; /* POWER_SUPPLY_PROP_PRESENT */
    @@ -306,7 +305,7 @@ static struct i2c_driver z2_batt_driver = {
    .name = "z2-battery",
    .pm = Z2_BATTERY_PM_OPS
    },
    - .probe = z2_batt_probe,
    + .probe_new = z2_batt_probe,
    .remove = z2_batt_remove,
    .id_table = z2_batt_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:34    [W:4.092 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site