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 166/606] iio: pressure: bmp280-i2c: Convert to i2c's .probe_new()
    Date
    From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

    .probe_new() doesn't get the i2c_device_id * parameter, so determine
    that explicitly in the probe function.

    Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    ---
    drivers/iio/pressure/bmp280-i2c.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/iio/pressure/bmp280-i2c.c b/drivers/iio/pressure/bmp280-i2c.c
    index 14eab086d24a..4da014b158c8 100644
    --- a/drivers/iio/pressure/bmp280-i2c.c
    +++ b/drivers/iio/pressure/bmp280-i2c.c
    @@ -7,6 +7,7 @@

    static int bmp280_i2c_probe(struct i2c_client *client)
    {
    + const struct i2c_device_id *id = i2c_client_get_device_id(client);
    struct regmap *regmap;
    const struct regmap_config *regmap_config;
    const struct i2c_device_id *id = i2c_client_get_device_id(client);
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-19 01:02    [W:2.699 / U:0.572 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site