Re: [PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n

2020-08-21 Thread Mark Brown
On Fri, 21 Aug 2020 11:11:35 +0800, Jisheng Zhang wrote: > Fixing W=1 build warning when no support for device tree is there. > > Since v1: > - fix the warning with __maybe_unused instead of CONFIG_OF macro > - add 3 more patches to fix the same issue > > Jisheng Zhang (15): > regulator: 88

[PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n

2020-08-20 Thread Jisheng Zhang
Fixing W=1 build warning when no support for device tree is there. Since v1: - fix the warning with __maybe_unused instead of CONFIG_OF macro - add 3 more patches to fix the same issue Jisheng Zhang (15): regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=n regulator: da9210: Fix W=