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 433/606] mfd: lp3943: 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/lp3943.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/mfd/lp3943.c b/drivers/mfd/lp3943.c
    index 13cb89be3d66..f9f39b53d030 100644
    --- a/drivers/mfd/lp3943.c
    +++ b/drivers/mfd/lp3943.c
    @@ -102,7 +102,7 @@ static const struct regmap_config lp3943_regmap_config = {
    .max_register = LP3943_MAX_REGISTERS,
    };

    -static int lp3943_probe(struct i2c_client *cl, const struct i2c_device_id *id)
    +static int lp3943_probe(struct i2c_client *cl)
    {
    struct lp3943 *lp3943;
    struct device *dev = &cl->dev;
    @@ -140,7 +140,7 @@ MODULE_DEVICE_TABLE(of, lp3943_of_match);
    #endif

    static struct i2c_driver lp3943_driver = {
    - .probe = lp3943_probe,
    + .probe_new = lp3943_probe,
    .driver = {
    .name = "lp3943",
    .of_match_table = of_match_ptr(lp3943_of_match),
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 00:49    [W:4.283 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site