]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 21 Sep 2015 11:17:24 +0000 (14:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 17:38:45 +0000 (18:38 +0100)
commit22e4de32418ba00fe103b80a4cc3b3e4002e4c39
tree012607a2a87e1607e88a3a612bbbb8d6816a3c0e
parent634fe092253fa7dbcdb4812386e921a9b8aeb871
serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe

For convenience, adding separate pointer for the "port"
member of struct uart_8250_port that is being filled in the
probe function.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c