Re: [PATCH 1/1] mmc: fsl_esdhc_imx: Fix error message

2024-07-06 Thread Fabio Estevam
On Fri, Jul 5, 2024 at 11:26 AM Alexander Stein wrote: > > Add missing newline character and also add the return code of > regulator_set_value() to the output. > > Signed-off-by: Alexander Stein Applied, thanks.

[PATCH 1/1] mmc: fsl_esdhc_imx: Fix error message

2024-07-05 Thread Alexander Stein
Add missing newline character and also add the return code of regulator_set_value() to the output. Signed-off-by: Alexander Stein --- drivers/mmc/fsl_esdhc_imx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c inde