Change-Id: I16e951bcf624d98f0117ac891e981682274d53f1
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
case SICD_ENTER:
case SICD_AUD_ENTER:
list_for_each_entry(ourport, &drvdata_list, node) {
- if (uart_console(&ourport->port))
+ if (ourport->port.line == CONFIG_S3C_LOWLEVEL_UART_PORT)
continue;
port = &ourport->port;
case SICD_EXIT:
case SICD_AUD_EXIT:
list_for_each_entry(ourport, &drvdata_list, node) {
- if (uart_console(&ourport->port))
+ if (ourport->port.line == CONFIG_S3C_LOWLEVEL_UART_PORT)
continue;
port = &ourport->port;