Re: [PATCH] mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setup

2023-10-19 Thread Marek Vasut
On 10/19/23 16:50, Paul Barker wrote: We should ensure that reset_free() is called in the error path. Signed-off-by: Paul Barker Fixes: 93c811b7331b ("mmc: renesas-sdhi: Initialize module on RZ/G2L") --- drivers/mmc/renesas-sdhi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) dif

[PATCH] mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setup

2023-10-19 Thread Paul Barker
We should ensure that reset_free() is called in the error path. Signed-off-by: Paul Barker Fixes: 93c811b7331b ("mmc: renesas-sdhi: Initialize module on RZ/G2L") --- drivers/mmc/renesas-sdhi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/renesas-sdhi.c b/dri