Re: [PATCH v4 1/1] regulator: core: do not continue if selector match

2020-11-13 Thread Mark Brown
On Fri, 13 Nov 2020 19:56:04 +0200, Claudiu Beznea wrote: > Do not continue if selector has already been located. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: core: do not continue if selector match commit: ab97800e

[PATCH v4 1/1] regulator: core: do not continue if selector match

2020-11-13 Thread Claudiu Beznea
Do not continue if selector has already been located. Signed-off-by: Claudiu Beznea --- Changes in v4: - this was part of patch series with title "regulator: mcp16502: add support for ramp delay" -> keep only this patch in series as the rest were applied - rebased on top of current regulator