commit | f20a61af4209785721bdee96131785d9dc24698d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Feb 27 23:49:28 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Mar 10 17:45:47 2023 +0100 |
tree | 8661502699fa0c9ce91c0fa137510f5cc90c6bf5 | |
parent | 6ddffa89cb8396bf043adcc5090e8b1a9b1d0246 [diff] |
mmc: renesas-sdhi: Add proper probe error fail path In case one of the calls in probe fail, trigger a fail path and undo all the steps done in probe until the point of failure. The current implementation failed to stop controller clock and free claimed clock, so fix that. Furthermore, print return code in error prints for easier debugging. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>