diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | 2018-08-06 10:52:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-18 16:07:24 +0200 |
commit | deeb33e8fdd834770f75996c18153453d5af6c50 (patch) | |
tree | e531bc46d8fa4f2cb66e3b8a0b5c96dcfd5b3faa /drivers/video | |
parent | tty: serial: uartlite: remove console_init (diff) | |
download | linux-deeb33e8fdd834770f75996c18153453d5af6c50.tar.xz linux-deeb33e8fdd834770f75996c18153453d5af6c50.zip |
tty: serial: uartlite: 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: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions