aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/8250.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/8250.c b/drivers/tty/serial/8250.c
index 82ca71aa9d10..076e9c6269d3 100644
--- a/drivers/tty/serial/8250.c
+++ b/drivers/tty/serial/8250.c
@@ -2055,8 +2055,8 @@ static int serial8250_startup(struct uart_port *port)
2055 */ 2055 */
2056 if (!(up->port.flags & UPF_BUGGY_UART) && 2056 if (!(up->port.flags & UPF_BUGGY_UART) &&
2057 (serial_inp(up, UART_LSR) == 0xff)) { 2057 (serial_inp(up, UART_LSR) == 0xff)) {
2058 printk(KERN_INFO "ttyS%d: LSR safety check engaged!\n", 2058 printk_ratelimited(KERN_INFO "ttyS%d: LSR safety check engaged!\n",
2059 serial_index(&up->port)); 2059 serial_index(&up->port));
2060 return -ENODEV; 2060 return -ENODEV;
2061 } 2061 }
2062 2062