[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8736jyycn3.fsf@belgarion.home>
Date: Mon, 24 Jun 2019 22:03:12 +0200
From: Robert Jarzmik <robert.jarzmik@...e.fr>
To: Sakari Ailus <sakari.ailus@....fi>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>,
Enrico Scholz <enrico.scholz@...ma-chemnitz.de>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: mt9m111: fix fw-node refactoring
Sakari Ailus <sakari.ailus@....fi> writes:
> On Thu, Jun 20, 2019 at 01:17:17PM +0300, Sakari Ailus wrote:
>> diff --git a/drivers/media/i2c/mt9m111.c b/drivers/media/i2c/mt9m111.c
>> index bd3a51c3b081..9761a6105407 100644
>> --- a/drivers/media/i2c/mt9m111.c
>> +++ b/drivers/media/i2c/mt9m111.c
>> @@ -1263,9 +1263,11 @@ static int mt9m111_probe(struct i2c_client *client,
>> if (!mt9m111)
>> return -ENOMEM;
>>
>> - ret = mt9m111_probe_fw(client, mt9m111);
>> - if (ret)
>> - return ret;
>> + if (dev_fwnode(client->dev)) {
>
> &client->dev
>
>> + ret = mt9m111_probe_fw(client, mt9m111);
>> + if (ret)
>> + return ret;
>> + }
>>
>> mt9m111->clk = v4l2_clk_get(&client->dev, "mclk");
>> if (IS_ERR(mt9m111->clk))
Sure, you can take the patch as yours, or sign off my modified patch, whatever
pleases you.
Cheers.
--
Robert
Powered by blists - more mailing lists