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

    diff --git a/drivers/media/dvb-frontends/cxd2099.c b/drivers/media/dvb-frontends/cxd2099.c
    index fbc666fa04ec..c0967ad95220 100644
    --- a/drivers/media/dvb-frontends/cxd2099.c
    +++ b/drivers/media/dvb-frontends/cxd2099.c
    @@ -598,8 +598,7 @@ static const struct dvb_ca_en50221 en_templ = {
    .write_data = write_data,
    };

    -static int cxd2099_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int cxd2099_probe(struct i2c_client *client)
    {
    struct cxd *ci;
    struct cxd2099_cfg *cfg = client->dev.platform_data;
    @@ -682,7 +681,7 @@ static struct i2c_driver cxd2099_driver = {
    .driver = {
    .name = "cxd2099",
    },
    - .probe = cxd2099_probe,
    + .probe_new = cxd2099_probe,
    .remove = cxd2099_remove,
    .id_table = cxd2099_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:39    [W:3.758 / U:0.180 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site