]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drivers/serial/bfin_5xx.c: Fix line continuation defects
authorJoe Perches <joe@perches.com>
Sun, 7 Nov 2010 21:10:23 +0000 (13:10 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:03:06 +0000 (15:03 -0800)
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>
drivers/serial/bfin_5xx.c

index a9eff2b18eab25ed0fb797f3e0a97be8e2b913c0..351cc03578ebc25731de3b5f3ac326f66d485d52 100644 (file)
@@ -734,8 +734,7 @@ static int bfin_serial_startup(struct uart_port *port)
                        IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING |
                        IRQF_DISABLED, "BFIN_UART_CTS", uart)) {
                        uart->cts_pin = -1;
-                       pr_info("Unable to attach BlackFin UART CTS interrupt.\
-                                So, disable it.\n");
+                       pr_info("Unable to attach BlackFin UART CTS interrupt. So, disable it.\n");
                }
        }
        if (uart->rts_pin >= 0) {
@@ -747,8 +746,7 @@ static int bfin_serial_startup(struct uart_port *port)
        if (request_irq(uart->status_irq,
                bfin_serial_mctrl_cts_int,
                IRQF_DISABLED, "BFIN_UART_MODEM_STATUS", uart)) {
-               pr_info("Unable to attach BlackFin UART Modem \
-                       Status interrupt.\n");
+               pr_info("Unable to attach BlackFin UART Modem Status interrupt.\n");
        }
 
        /* CTS RTS PINs are negative assertive. */