From: Alexander Stein Date: Mon, 4 Jul 2011 13:35:51 +0000 (+0200) Subject: pch_uart: add missing comment about OKI ML7223 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bff52fd458a1bca06266449b0ab8a43e9a50d240;p=linux-beck.git pch_uart: add missing comment about OKI ML7223 Signed-off-by: Alexander Stein Reviewed-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index 35cb9af893ba..037368285301 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c @@ -45,6 +45,7 @@ enum { /* Set the max number of UART port * Intel EG20T PCH: 4 port * OKI SEMICONDUCTOR ML7213 IOH: 3 port + * OKI SEMICONDUCTOR ML7223 IOH: 2 port */ #define PCH_UART_NR 4