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 094/606] iio: gyro: itg3200_core: 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/iio/gyro/itg3200_core.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/iio/gyro/itg3200_core.c b/drivers/iio/gyro/itg3200_core.c
    index 74ca22468496..ceacd863d3ea 100644
    --- a/drivers/iio/gyro/itg3200_core.c
    +++ b/drivers/iio/gyro/itg3200_core.c
    @@ -295,8 +295,7 @@ static const struct iio_info itg3200_info = {

    static const unsigned long itg3200_available_scan_masks[] = { 0xffffffff, 0x0 };

    -static int itg3200_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int itg3200_probe(struct i2c_client *client)
    {
    int ret;
    struct itg3200 *st;
    @@ -406,7 +405,7 @@ static struct i2c_driver itg3200_driver = {
    .pm = pm_sleep_ptr(&itg3200_pm_ops),
    },
    .id_table = itg3200_id,
    - .probe = itg3200_probe,
    + .probe_new = itg3200_probe,
    .remove = itg3200_remove,
    };

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