commit | afba498593f691f2ae45b6a9d847876b4845b621 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Jul 25 17:49:08 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 03 19:53:54 2018 -0400 |
tree | b523330d9d79a05d7e8511456382792dbddd0b9b | |
parent | 328bd2e74d8d48add68c27b0d0bf3f702ab3c0bf [diff] |
mmc: arm_pl180_mmci: Add missing clk_free Add missing clk_free() call in case of failure when enabling the clock. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>