On 28 May 2014 23:08, Mark Brown broonie@kernel.org wrote:
Whatever - I don't think the particular code makes any practical difference. We would need to audit existing users who don't have a REGULATOR dependency for breakage though.
I tried auditing all 29 files which had this symbol: regulator_set_voltage and couldn't find anything which might break with the proposed change.
Either these are making sure that we have a valid regulator or they have code inside #ifdef CONFIG_REGULATOR ..