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

    diff --git a/drivers/misc/ds1682.c b/drivers/misc/ds1682.c
    index 0698ddc5f4d5..d517eed32971 100644
    --- a/drivers/misc/ds1682.c
    +++ b/drivers/misc/ds1682.c
    @@ -200,8 +200,7 @@ static const struct bin_attribute ds1682_eeprom_attr = {
    /*
    * Called when a ds1682 device is matched with this driver
    */
    -static int ds1682_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int ds1682_probe(struct i2c_client *client)
    {
    int rc;

    @@ -251,7 +250,7 @@ static struct i2c_driver ds1682_driver = {
    .name = "ds1682",
    .of_match_table = ds1682_of_match,
    },
    - .probe = ds1682_probe,
    + .probe_new = ds1682_probe,
    .remove = ds1682_remove,
    .id_table = ds1682_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:23    [W:4.164 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site