commit | 11d59fe5374a1a35d6293951794e32f0c0126739 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Wed May 16 12:13:37 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat May 26 12:46:50 2018 -0400 |
tree | ac51de8a735a9f5c7404b1342a9b94936a8d31ae | |
parent | ffada23ca7fe6f0cff960bbb1288060d227f2d93 [diff] |
serial: serial_msm: fail probe if settings clocks fails Failure to set the clocks will causes data abort exception when trying to write to AHB uart registers. This patch ensures that we don't touch these registers if clock setting failed. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>