commit | 0b4d1db90316d79bd0ffb641d2eccbf42dcb3b23 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Thu Oct 19 15:50:38 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Oct 27 11:21:28 2023 +0200 |
tree | cd3b05dbd7babcef26438eebb8d239bf3a3fcd50 | |
parent | 5791c0cb076cea87717b36b16eb0ee2f603c6791 [diff] |
mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setup We should ensure that reset_free() is called in the error path. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Fixes: 93c811b7331b ("mmc: renesas-sdhi: Initialize module on RZ/G2L") Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>