aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/8250.c')
-rw-r--r--drivers/serial/8250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c
index 167c4a6ccbc3..4d8e14b7aa93 100644
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
@@ -919,7 +919,7 @@ static int broken_efr(struct uart_8250_port *up)
919 /* 919 /*
920 * Exar ST16C2550 "A2" devices incorrectly detect as 920 * Exar ST16C2550 "A2" devices incorrectly detect as
921 * having an EFR, and report an ID of 0x0201. See 921 * having an EFR, and report an ID of 0x0201. See
922 * http://www.exar.com/info.php?pdf=dan180_oct2004.pdf 922 * http://linux.derkeiler.com/Mailing-Lists/Kernel/2004-11/4812.html
923 */ 923 */
924 if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) 924 if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16)
925 return 1; 925 return 1;