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

    diff --git a/drivers/mfd/bd9571mwv.c b/drivers/mfd/bd9571mwv.c
    index e15b1acfb063..60dc858c8117 100644
    --- a/drivers/mfd/bd9571mwv.c
    +++ b/drivers/mfd/bd9571mwv.c
    @@ -204,8 +204,7 @@ static int bd957x_identify(struct device *dev, struct regmap *regmap)
    return 0;
    }

    -static int bd9571mwv_probe(struct i2c_client *client,
    - const struct i2c_device_id *ids)
    +static int bd9571mwv_probe(struct i2c_client *client)
    {
    const struct regmap_config *regmap_config;
    const struct regmap_irq_chip *irq_chip;
    @@ -279,7 +278,7 @@ static struct i2c_driver bd9571mwv_driver = {
    .name = "bd9571mwv",
    .of_match_table = bd9571mwv_of_match_table,
    },
    - .probe = bd9571mwv_probe,
    + .probe_new = bd9571mwv_probe,
    .id_table = bd9571mwv_id_table,
    };
    module_i2c_driver(bd9571mwv_driver);
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:04    [W:2.035 / U:1.508 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site