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 477/606] mfd: wl1273-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/mfd/wl1273-core.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/mfd/wl1273-core.c b/drivers/mfd/wl1273-core.c
    index 1ab5e15a65eb..a5d6128fc67d 100644
    --- a/drivers/mfd/wl1273-core.c
    +++ b/drivers/mfd/wl1273-core.c
    @@ -156,8 +156,7 @@ static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume)
    return 0;
    }

    -static int wl1273_core_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int wl1273_core_probe(struct i2c_client *client)
    {
    struct wl1273_fm_platform_data *pdata = dev_get_platdata(&client->dev);
    struct wl1273_core *core;
    @@ -233,7 +232,7 @@ static struct i2c_driver wl1273_core_driver = {
    .driver = {
    .name = WL1273_FM_DRIVER_NAME,
    },
    - .probe = wl1273_core_probe,
    + .probe_new = wl1273_core_probe,
    .id_table = wl1273_driver_id_table,
    };

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