diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 11:51:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-25 14:58:45 +0200 |
commit | 0413fe045dda45781cb33788c2d57eafdf8295f7 (patch) | |
tree | fad042b997e033d4aaddaf9da606766e84e829c2 /tools/perf/scripts/python | |
parent | 0f38c5e3e0ade98b49e2c7ca5550ee9e36cbc04f (diff) |
serial: uartps: Use dynamic array for console port
Driver console functions are using pointer to static array with fixed
size. There can be only one serial console at the time which is found
by register_console(). register_console() is filling cons->index to
port->line value.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions