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 405/606] media: tuners/qm1d1b0004: 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/tuners/qm1d1b0004.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/media/tuners/qm1d1b0004.c b/drivers/media/tuners/qm1d1b0004.c
    index 9cba0893207c..0b6f750c54ad 100644
    --- a/drivers/media/tuners/qm1d1b0004.c
    +++ b/drivers/media/tuners/qm1d1b0004.c
    @@ -197,7 +197,7 @@ static const struct dvb_tuner_ops qm1d1b0004_ops = {
    };

    static int
    -qm1d1b0004_probe(struct i2c_client *client, const struct i2c_device_id *id)
    +qm1d1b0004_probe(struct i2c_client *client)
    {
    struct dvb_frontend *fe;
    struct qm1d1b0004_config *cfg;
    @@ -253,7 +253,7 @@ static struct i2c_driver qm1d1b0004_driver = {
    .driver = {
    .name = "qm1d1b0004",
    },
    - .probe = qm1d1b0004_probe,
    + .probe_new = qm1d1b0004_probe,
    .remove = qm1d1b0004_remove,
    .id_table = qm1d1b0004_id,
    };
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:40    [W:2.337 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site