diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-06-23 15:55:15 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-06-23 15:55:15 +0200 |
commit | 5315486b2da90bcfa1ce5c791aafebb4c3534cf1 (patch) | |
tree | c3c215962edb82708210606574417efc1b84abe0 /drivers/tty/serial/8250/8250_port.c | |
parent | 351dce074b70b19c7f8b1b737a862577e822a508 (diff) | |
parent | 050639ef5810e8ad17fb6a426eff3c63e616350c (diff) | |
download | linux-rt-5315486b2da90bcfa1ce5c791aafebb4c3534cf1.tar.gz |
Merge tag 'v4.9.33' into linux-4.9.y-rt
This is the 4.9.33 stable release
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'drivers/tty/serial/8250/8250_port.c')
-rw-r--r-- | drivers/tty/serial/8250/8250_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c index eecc4f111473..0b242c66f0bb 100644 --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c @@ -1321,7 +1321,7 @@ out_lock: /* * Check if the device is a Fintek F81216A */ - if (port->type == PORT_16550A) + if (port->type == PORT_16550A && port->iotype == UPIO_PORT) fintek_8250_probe(up); if (up->capabilities != old_capabilities) { |