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

    diff --git a/drivers/input/misc/kxtj9.c b/drivers/input/misc/kxtj9.c
    index bbb81617c2b2..7e73e6e0730f 100644
    --- a/drivers/input/misc/kxtj9.c
    +++ b/drivers/input/misc/kxtj9.c
    @@ -385,8 +385,7 @@ static int kxtj9_verify(struct kxtj9_data *tj9)
    return retval;
    }

    -static int kxtj9_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int kxtj9_probe(struct i2c_client *client)
    {
    const struct kxtj9_platform_data *pdata =
    dev_get_platdata(&client->dev);
    @@ -539,7 +538,7 @@ static struct i2c_driver kxtj9_driver = {
    .name = NAME,
    .pm = &kxtj9_pm_ops,
    },
    - .probe = kxtj9_probe,
    + .probe_new = kxtj9_probe,
    .id_table = kxtj9_id,
    };

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