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

    diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c
    index 8157df4570d1..2a0e108c5eb0 100644
    --- a/drivers/media/dvb-frontends/si2168.c
    +++ b/drivers/media/dvb-frontends/si2168.c
    @@ -672,8 +672,7 @@ static const struct dvb_frontend_ops si2168_ops = {
    .read_status = si2168_read_status,
    };

    -static int si2168_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int si2168_probe(struct i2c_client *client)
    {
    struct si2168_config *config = client->dev.platform_data;
    struct si2168_dev *dev;
    @@ -799,7 +798,7 @@ static struct i2c_driver si2168_driver = {
    .name = "si2168",
    .suppress_bind_attrs = true,
    },
    - .probe = si2168_probe,
    + .probe_new = si2168_probe,
    .remove = si2168_remove,
    .id_table = si2168_id_table,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:28    [W:4.486 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site