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

    diff --git a/drivers/usb/misc/usb251xb.c b/drivers/usb/misc/usb251xb.c
    index 54337d72bb9f..e3abe67a155d 100644
    --- a/drivers/usb/misc/usb251xb.c
    +++ b/drivers/usb/misc/usb251xb.c
    @@ -699,8 +699,7 @@ static int usb251xb_probe(struct usb251xb *hub)
    return 0;
    }

    -static int usb251xb_i2c_probe(struct i2c_client *i2c,
    - const struct i2c_device_id *id)
    +static int usb251xb_i2c_probe(struct i2c_client *i2c)
    {
    struct usb251xb *hub;

    @@ -758,7 +757,7 @@ static struct i2c_driver usb251xb_i2c_driver = {
    .of_match_table = of_match_ptr(usb251xb_of_match),
    .pm = &usb251xb_pm_ops,
    },
    - .probe = usb251xb_i2c_probe,
    + .probe_new = usb251xb_i2c_probe,
    .id_table = usb251xb_id,
    };

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