]> git.karo-electronics.de Git - linux-beck.git/commit
serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_clks()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 17 Sep 2016 01:13:46 +0000 (01:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:45:08 +0000 (11:45 +0200)
commit1664bc40d31403a755fe88307410ed858fe2c6c9
treef4e4cb8a04948699beca7b4562c12aa0d4348e16
parentfadb4244085cd04fd9c8b3a4b3bc161f506431f3
serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_clks()

Commit 5d7519dfc963 ("serial: mxs-auart: Disable clock on error path")
try to disable clock on error path, but still missing the clk_set_rate()
error handling path.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mxs-auart.c