[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4204020-3b84-c138-6648-1e22e194138e@linaro.org>
Date: Mon, 15 Jun 2020 10:46:20 +0100
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: Sakari Ailus <sakari.ailus@...ux.intel.com>,
Bingbu Cao <bingbu.cao@...el.com>
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
tfiga@...omium.org, bingbu.cao@...ux.intel.com
Subject: Re: [PATCH] media: ov2740: add NVMEM interface to read customized OTP
data
On 15/06/2020 10:29, Sakari Ailus wrote:
>> + ret = ov2740_register_nvmem(client);
>> + if (ret)
>> + dev_err(&client->dev, "register nvmem failed, ret %d\n", ret);
>> +
>> /*
>> * Device is already turned on by i2c-core with ACPI domain PM.
>> * Enable runtime PM and turn off the device.
> Could you add #ifdefs for CONFIG_NVMEM so this compiles when it's disabled?
NVMEM already has dummy functions. IMO its better to report an error to
user as the current code does. This will atleast alert the users of
existing nvmem provider that has been disabled!
However with ifdef users have to really look into code to be able to
understand that there is nvmem provider as part of this driver.
Unless you have tight memory restrictions I see no great advantage of
adding #ifdefs
--srini
> It's bool so a simple #ifdef will do. I think ov2740_register_nvmem() could
> have a dummy implementation so this wouldn't litter the probe function.
>
> Thanks.
Powered by blists - more mailing lists