Re: [PATCH 1/2] regulator: fan53880: Add initial support

From: Christoph Fritz
Date: Thu Jul 02 2020 - 17:09:46 EST


On Wed, 2020-07-01 at 19:09 +0100, Mark Brown wrote:
> /mnt/kernel/drivers/regulator/fan53880.c:63:2: note: in expansion of
> macro 'FAN53880_LDO'
> FAN53880_LDO(1, "VIN12", 2800000),
> ^~~~~~~~~~~~
> /mnt/kernel/include/linux/regulator/driver.h:47:2: error: field name
> not in record or union initializer
> .min_sel = _min_sel, \
> ^
>
> most likely due to the conversion introduced in 60ab7f4153b6af46
> (regulator: use linear_ranges helper). Please rebase against current
> code.

Thanks for the hint, yeah that's it. After picking up a recent linux-
next and adapting it works on current too.

Please let me respin the patches in a v2.