diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index 56ccbce..ea95693 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -1045,10 +1045,12 @@ static void autoconfig_16550a(struct uart_8250_port *up)
* We distinguish between 16550A and U6 16550A by counting
* how many bytes are in the FIFO.
*/
+#if 0
if (up->port.type == PORT_16550A && size_fifo(up) == 64) {
up->port.type = PORT_U6_16550A;
up->capabilities |= UART_CAP_AFE;
}
+#endif
}
/*