commit | 4803c54ca24923a30664bea2a7772db6e7303c51 | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Fri May 29 10:27:26 2020 +0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri May 29 13:40:20 2020 +0200 |
tree | 7993cce3e5a6a4c6cb7ebc63eac6270d16cd2439 | |
parent | feac90d756c03b03b83fabe83571bd88ecc96b78 [diff] |
Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe() Calls of the functions clk_disable_unprepare() and hci_free_dev() were missing for the exception handling. Thus add the missed function calls together with corresponding jump targets. Fixes: 055825614c6b ("Bluetooth: btmtkuart: add an implementation for clock osc property") Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>