Re: [PATCH] regulator: pca9450: Fix return value when failing to get sd-vsel GPIO

2021-02-24 Thread Mark Brown
On Mon, 22 Feb 2021 16:08:04 +0100, Schrempf Frieder wrote: > This fixes the return value of pca9450_i2c_probe() to use the correct > error code when getting the sd-vsel GPIO fails. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regul

Re: [PATCH] regulator: pca9450: Fix return value when failing to get sd-vsel GPIO

2021-02-22 Thread Frieder Schrempf
On 22.02.21 16:08, Schrempf Frieder wrote: From: Frieder Schrempf This fixes the return value of pca9450_i2c_probe() to use the correct error code when getting the sd-vsel GPIO fails. Signed-off-by: Frieder Schrempf Sorry, I just noticed, that the PR for v5.12 was already sent, but I think

[PATCH] regulator: pca9450: Fix return value when failing to get sd-vsel GPIO

2021-02-22 Thread Schrempf Frieder
From: Frieder Schrempf This fixes the return value of pca9450_i2c_probe() to use the correct error code when getting the sd-vsel GPIO fails. Signed-off-by: Frieder Schrempf --- drivers/regulator/pca9450-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/reg