]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: fix typo error in bf548 serial header file
authorSonic Zhang <sonic.zhang@analog.com>
Thu, 19 Jun 2008 09:07:15 +0000 (17:07 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 19 Jun 2008 09:07:15 +0000 (17:07 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
include/asm-blackfin/mach-bf548/bfin_serial_5xx.h

index 59b4ad4e5b4a0dc0bb3bbb8e163cebb9ca1efbf2..aabe5b92f11c5a249a9ebb2786a05fb6f5ad2624 100644 (file)
@@ -187,7 +187,7 @@ static void bfin_serial_hw_init(struct bfin_serial_port *uart)
 
 #ifdef CONFIG_BFIN_UART1_CTSRTS
        peripheral_request(P_UART1_RTS, DRIVER_NAME);
-       peripheral_request(P_UART1_CTS DRIVER_NAME);
+       peripheral_request(P_UART1_CTS, DRIVER_NAME);
 #endif
 #endif
 
@@ -202,7 +202,7 @@ static void bfin_serial_hw_init(struct bfin_serial_port *uart)
 
 #ifdef CONFIG_BFIN_UART3_CTSRTS
        peripheral_request(P_UART3_RTS, DRIVER_NAME);
-       peripheral_request(P_UART3_CTS DRIVER_NAME);
+       peripheral_request(P_UART3_CTS, DRIVER_NAME);
 #endif
 #endif
        SSYNC();