diff options
| -rw-r--r-- | drivers/serial/bfin_5xx.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c index a9eff2b18eab..351cc03578eb 100644 --- a/drivers/serial/bfin_5xx.c +++ b/drivers/serial/bfin_5xx.c | |||
| @@ -734,8 +734,7 @@ static int bfin_serial_startup(struct uart_port *port) | |||
| 734 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | | 734 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | |
| 735 | IRQF_DISABLED, "BFIN_UART_CTS", uart)) { | 735 | IRQF_DISABLED, "BFIN_UART_CTS", uart)) { |
| 736 | uart->cts_pin = -1; | 736 | uart->cts_pin = -1; |
| 737 | pr_info("Unable to attach BlackFin UART CTS interrupt.\ | 737 | pr_info("Unable to attach BlackFin UART CTS interrupt. So, disable it.\n"); |
| 738 | So, disable it.\n"); | ||
| 739 | } | 738 | } |
| 740 | } | 739 | } |
| 741 | if (uart->rts_pin >= 0) { | 740 | if (uart->rts_pin >= 0) { |
| @@ -747,8 +746,7 @@ static int bfin_serial_startup(struct uart_port *port) | |||
| 747 | if (request_irq(uart->status_irq, | 746 | if (request_irq(uart->status_irq, |
| 748 | bfin_serial_mctrl_cts_int, | 747 | bfin_serial_mctrl_cts_int, |
| 749 | IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) { | 748 | IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) { |
| 750 | pr_info("Unable to attach BlackFin UART Modem \ | 749 | pr_info("Unable to attach BlackFin UART Modem Status interrupt.\n"); |
| 751 | Status interrupt.\n"); | ||
| 752 | } | 750 | } |
| 753 | 751 | ||
| 754 | /* CTS RTS PINs are negative assertive. */ | 752 | /* CTS RTS PINs are negative assertive. */ |
