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

    diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c
    index c70ca475c7c7..bd47c4437ca4 100644
    --- a/drivers/usb/misc/usb3503.c
    +++ b/drivers/usb/misc/usb3503.c
    @@ -280,8 +280,7 @@ static int usb3503_probe(struct usb3503 *hub)
    return err;
    }

    -static int usb3503_i2c_probe(struct i2c_client *i2c,
    - const struct i2c_device_id *id)
    +static int usb3503_i2c_probe(struct i2c_client *i2c)
    {
    struct usb3503 *hub;
    int err;
    @@ -400,7 +399,7 @@ static struct i2c_driver usb3503_i2c_driver = {
    .pm = pm_ptr(&usb3503_i2c_pm_ops),
    .of_match_table = of_match_ptr(usb3503_of_match),
    },
    - .probe = usb3503_i2c_probe,
    + .probe_new = usb3503_i2c_probe,
    .remove = usb3503_i2c_remove,
    .id_table = usb3503_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:35    [W:7.797 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site