Title: [5243] branches/2007R1/include/asm-blackfin: Fix bug[#4405].
Revision
5243
Author
sonicz
Date
2008-09-04 02:47:21 -0500 (Thu, 04 Sep 2008)

Log Message

Fix bug[#4405].

Modified Paths

Diff

Modified: branches/2007R1/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h (5242 => 5243)


--- branches/2007R1/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h	2008-09-04 07:00:23 UTC (rev 5242)
+++ branches/2007R1/include/asm-blackfin/mach-bf533/bfin_serial_5xx.h	2008-09-04 07:47:21 UTC (rev 5243)
@@ -106,7 +106,7 @@
 	}
 	if (uart->rts_pin >= 0) {
 		gpio_request(uart->rts_pin, NULL);
-		gpio_direction_input(uart->rts_pin);
+		gpio_direction_output(uart->rts_pin);
 	}
 #endif
 }

Modified: branches/2007R1/include/asm-blackfin/mach-bf561/bfin_serial_5xx.h (5242 => 5243)


--- branches/2007R1/include/asm-blackfin/mach-bf561/bfin_serial_5xx.h	2008-09-04 07:00:23 UTC (rev 5242)
+++ branches/2007R1/include/asm-blackfin/mach-bf561/bfin_serial_5xx.h	2008-09-04 07:47:21 UTC (rev 5243)
@@ -106,7 +106,7 @@
 	}
 	if (uart->rts_pin >= 0) {
 		gpio_request(uart->rts_pin, NULL);
-		gpio_direction_input(uart->rts_pin);
+		gpio_direction_output(uart->rts_pin);
 	}
 #endif
 }
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to