diff options
| author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-06-16 17:00:23 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-27 14:39:51 +0200 |
| commit | 61dbc75ce00f4e27da61683d23cb4f9f3ef3f944 (patch) | |
| tree | f0b40288fb41fa864a763468539e84fbeafd13cc /tools/perf/scripts/python/bin | |
| parent | tty: serial: atmel: use devm_clk_get() (diff) | |
| download | linux-61dbc75ce00f4e27da61683d23cb4f9f3ef3f944.tar.gz linux-61dbc75ce00f4e27da61683d23cb4f9f3ef3f944.zip | |
tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
There is no need for clk_prepare_enable() at the beginning of
atmel_console_setup() and clk_disable_unprepare() at the end of
atmel_console_setup() as the clock is already enabled when calling
atmel_console_setup() and its disablement is done at the end
of probe.
Acked-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220616140024.2081238-4-claudiu.beznea@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
