Re: [PATCH 05/11] regulator: Add missing cases in regulator_map_voltage()

2023-09-20 Thread Marco Felsch
On 23-09-20, Sascha Hauer wrote: > regulator_map_voltage() misses to handle some cases, sync this with the > kernel. > > Signed-off-by: Sascha Hauer Reviewed-by: Marco Felsch

[PATCH 05/11] regulator: Add missing cases in regulator_map_voltage()

2023-09-20 Thread Sascha Hauer
regulator_map_voltage() misses to handle some cases, sync this with the kernel. Signed-off-by: Sascha Hauer --- drivers/regulator/core.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 5693fa9634..b9a97a784f