drivers/serial/bfin_5xx.c: Fix line continuation defects
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e045fec489
commit
a89f2466a9
@@ -734,8 +734,7 @@ static int bfin_serial_startup(struct uart_port *port)
|
|||||||
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING |
|
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING |
|
||||||
IRQF_DISABLED, "BFIN_UART_CTS", uart)) {
|
IRQF_DISABLED, "BFIN_UART_CTS", uart)) {
|
||||||
uart->cts_pin = -1;
|
uart->cts_pin = -1;
|
||||||
pr_info("Unable to attach BlackFin UART CTS interrupt.\
|
pr_info("Unable to attach BlackFin UART CTS interrupt. So, disable it.\n");
|
||||||
So, disable it.\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (uart->rts_pin >= 0) {
|
if (uart->rts_pin >= 0) {
|
||||||
@@ -747,8 +746,7 @@ static int bfin_serial_startup(struct uart_port *port)
|
|||||||
if (request_irq(uart->status_irq,
|
if (request_irq(uart->status_irq,
|
||||||
bfin_serial_mctrl_cts_int,
|
bfin_serial_mctrl_cts_int,
|
||||||
IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) {
|
IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) {
|
||||||
pr_info("Unable to attach BlackFin UART Modem \
|
pr_info("Unable to attach BlackFin UART Modem Status interrupt.\n");
|
||||||
Status interrupt.\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CTS RTS PINs are negative assertive. */
|
/* CTS RTS PINs are negative assertive. */
|
||||||
|
Reference in New Issue
Block a user