aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2021-11-18 08:31:07 +0100
committerGreg Kroah-Hartman <[email protected]>2021-11-25 18:33:21 +0100
commite25ed43b4b603c1f7727bfede684b165dc5cd18c (patch)
tree62cc845cd9bce8a6ebe80d383517ace291ffc97d /tools/perf/scripts/python
parent862f72187a41008df2cce3f8e97f57070cbc7060 (diff)
mxser: remove wait for sent from mxser_close_port
mxser_close() behaves like this: -> tty_port_close_start() -> tty_wait_until_sent() -> mxser_wait_until_sent() -> mxser_close_port -> wait for TEMT So it is already waited for TEMT through mxser_wait_until_sent() and there is another round of waiting in mxser_close_port(). The latter one is superfluous as nothing could be filled into the output FIFO. Remove the call. This helps unification among drivers (so that all behave the same) and future use of tty_port_close(). Signed-off-by: Jiri Slaby <[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