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 119/606] iio: light: bh1780: 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/iio/light/bh1780.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/iio/light/bh1780.c b/drivers/iio/light/bh1780.c
    index 90bca392b262..da9039e5a839 100644
    --- a/drivers/iio/light/bh1780.c
    +++ b/drivers/iio/light/bh1780.c
    @@ -141,8 +141,7 @@ static const struct iio_chan_spec bh1780_channels[] = {
    }
    };

    -static int bh1780_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int bh1780_probe(struct i2c_client *client)
    {
    int ret;
    struct bh1780_data *bh1780;
    @@ -270,7 +269,7 @@ static const struct of_device_id of_bh1780_match[] = {
    MODULE_DEVICE_TABLE(of, of_bh1780_match);

    static struct i2c_driver bh1780_driver = {
    - .probe = bh1780_probe,
    + .probe_new = bh1780_probe,
    .remove = bh1780_remove,
    .id_table = bh1780_id,
    .driver = {
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:01    [W:2.953 / U:1.296 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site