diff options
author | Nava kishore Manne <nava.manne@xilinx.com> | 2019-06-12 13:14:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-18 09:34:27 +0200 |
commit | b6415f243919703c97483a29ff918872f66f165c (patch) | |
tree | 294fe746c15dc03577341ed7eb217936409d048a /tools/perf/scripts/python/stackcollapse.py | |
parent | 26d5a3245b3f3ce406277e7584f7ccbbd5ea98bb (diff) |
serial: uartps: Fix multiple line dereference
Trivial patch which fixes this checkpatch warning:
WARNING: Avoid multiple line dereference - prefer 'port->state->xmit.tail'
+ port->state->xmit.buf[port->state->xmit.
+ tail], port->membase + CDNS_UART_FIFO);
Fixes: c8dbdc842d30 ("serial: xuartps: Rewrite the interrupt handling logic")
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions