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 029/606] drm/bridge: sii902x: 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/gpu/drm/bridge/sii902x.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/gpu/drm/bridge/sii902x.c b/drivers/gpu/drm/bridge/sii902x.c
    index 878fb7d3732b..ea590db41970 100644
    --- a/drivers/gpu/drm/bridge/sii902x.c
    +++ b/drivers/gpu/drm/bridge/sii902x.c
    @@ -1066,8 +1066,7 @@ static int sii902x_init(struct sii902x *sii902x)
    return i2c_mux_add_adapter(sii902x->i2cmux, 0, 0, 0);
    }

    -static int sii902x_probe(struct i2c_client *client,
    - const struct i2c_device_id *id)
    +static int sii902x_probe(struct i2c_client *client)
    {
    struct device *dev = &client->dev;
    struct device_node *endpoint;
    @@ -1169,7 +1168,7 @@ static const struct i2c_device_id sii902x_i2c_ids[] = {
    MODULE_DEVICE_TABLE(i2c, sii902x_i2c_ids);

    static struct i2c_driver sii902x_driver = {
    - .probe = sii902x_probe,
    + .probe_new = sii902x_probe,
    .remove = sii902x_remove,
    .driver = {
    .name = "sii902x",
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-11-18 23:48    [W:2.390 / U:0.236 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site