commit | e663c5dbad2999aa824045c8e01fed459d1fc833 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Nov 26 00:55:30 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 29 20:43:12 2016 +0100 |
tree | d11b8b5c1323bc799d437e0b31639ee07e3430b5 | |
parent | 999e4bf1d736611b84b6b695531ce29b9319241f [diff] |
uio: pruss: add clk_disable() pruss_probe() enables gdev->pruss_clk, but there is no clk_disable() in the driver. The patch adds clk_disable() to pruss_cleanup() and error handling for clk_enable(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>