commit | b1a0c4239653a9a4fba90e9f3e407c7cb6140f61 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Sat Oct 17 22:30:25 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 24 19:53:53 2015 -0700 |
tree | 1c525442f5ca0683e3dc11ea13edc65419ef3046 | |
parent | 9ae79876d8c9e2ff7d083ad799fcf98488af49b6 [diff] |
usb: host: lpc32xx: balance clk enable/disable on removal The change adds missing clk_disable_unprepare(usb_otg_clk) call, also the disabled clocks are sorted in order opposite to enabled clocks. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>