aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYi Yang <[email protected]>2022-11-26 10:08:52 +0800
committerGreg Kroah-Hartman <[email protected]>2023-01-19 15:54:01 +0100
commit38f28cfe9d08e3a47ef008798b275fef8118fc20 (patch)
tree00bdd3dd8ffc98249044fa48d39b6c03404aa5ee /tools/perf/scripts/python
parentc8f71b49ee4d28930c4a6798d1969fa91dc4ef3e (diff)
serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
Add the missing clk_disable_unprepare() before return from tegra_uart_hw_init() in the error handling path. When request_irq() fails in tegra_uart_startup(), 'tup->uart_clk' has been enabled, fix it by adding clk_disable_unprepare(). Fixes: cc9ca4d95846 ("serial: tegra: Only print FIFO error message when an error occurs") Fixes: d781ec21bae6 ("serial: tegra: report clk rate errors") Signed-off-by: Yi Yang <[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