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 254/606] Input: raydium_i2c_ts - 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/touchscreen/raydium_i2c_ts.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/input/touchscreen/raydium_i2c_ts.c b/drivers/input/touchscreen/raydium_i2c_ts.c
    index 3a4952935366..181c675e9d34 100644
    --- a/drivers/input/touchscreen/raydium_i2c_ts.c
    +++ b/drivers/input/touchscreen/raydium_i2c_ts.c
    @@ -1064,8 +1064,7 @@ static void raydium_i2c_power_off(void *_data)
    }
    }

    -static int raydium_i2c_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int raydium_i2c_probe(struct i2c_client *client)
    {
    union i2c_smbus_data dummy;
    struct raydium_data *ts;
    @@ -1277,7 +1276,7 @@ MODULE_DEVICE_TABLE(of, raydium_of_match);
    #endif

    static struct i2c_driver raydium_i2c_driver = {
    - .probe = raydium_i2c_probe,
    + .probe_new = raydium_i2c_probe,
    .id_table = raydium_i2c_id,
    .driver = {
    .name = "raydium_ts",
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:38    [W:2.176 / U:0.912 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site