aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFrancesco Dolcini <[email protected]>2021-10-20 21:26:43 +0200
committerGreg Kroah-Hartman <[email protected]>2021-10-21 10:30:08 +0200
commit9768a37cec37b03f745ce90f8c3d378e0aa223ae (patch)
tree0fe9799146f1216deaf50240d51fce1b1017b928 /tools/perf/scripts/python
parent6d0d1b5a1b4870911beb89544ec1a9751c42fec7 (diff)
serial: imx: disable console clocks on unregister
During console setup imx_uart_console_setup() enables clocks, but they are never disabled when the console is unregistered, this leads to clk_prepare_enable() being called multiple times without a matching clk_disable_unprepare() in case of console unregister. Ensure that clock enable/disable are balanced adding clk_disable_unprepare() in the console exit callback. Signed-off-by: Francesco Dolcini <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions