diff options
| author | Ilpo Järvinen <[email protected]> | 2023-01-17 11:03:53 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-19 16:04:35 +0100 |
| commit | 5d420399073770134d2b03e004b2c0201c7fa26f (patch) | |
| tree | 149742d0903d67446f3001b39dfde204f0aa4b35 /tools/perf/scripts/python/flamegraph.py | |
| parent | b300fb26c59a749bf49559932fa8a85eb916b5a7 (diff) | |
tty: Convert ->dtr_rts() to take bool argument
Convert the raise/on parameter in ->dtr_rts() to bool through the
callchain. The parameter is used like bool. In USB serial, there
remains a few implicit bool -> larger type conversions because some
devices use u8 in their control messages.
In moxa_tiocmget(), dtr variable was reused for line status which
requires int so use a separate variable for status.
Reviewed-by: Jiri Slaby <[email protected]>
Acked-by: Ulf Hansson <[email protected]> # For MMC
Signed-off-by: Ilpo Järvinen <[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/flamegraph.py')
0 files changed, 0 insertions, 0 deletions