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 306/606] media: dvb-frontends/lgdt3306a: 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/media/dvb-frontends/lgdt3306a.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/media/dvb-frontends/lgdt3306a.c b/drivers/media/dvb-frontends/lgdt3306a.c
    index 424311afb2bf..6bf723b5ffad 100644
    --- a/drivers/media/dvb-frontends/lgdt3306a.c
    +++ b/drivers/media/dvb-frontends/lgdt3306a.c
    @@ -2169,8 +2169,7 @@ static int lgdt3306a_deselect(struct i2c_mux_core *muxc, u32 chan)
    return lgdt3306a_i2c_gate_ctrl(&state->frontend, 0);
    }

    -static int lgdt3306a_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int lgdt3306a_probe(struct i2c_client *client)
    {
    struct lgdt3306a_config *config;
    struct lgdt3306a_state *state;
    @@ -2250,7 +2249,7 @@ static struct i2c_driver lgdt3306a_driver = {
    .name = "lgdt3306a",
    .suppress_bind_attrs = true,
    },
    - .probe = lgdt3306a_probe,
    + .probe_new = lgdt3306a_probe,
    .remove = lgdt3306a_remove,
    .id_table = lgdt3306a_id_table,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:31    [W:2.369 / U:0.328 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site