Title: [4043] trunk/drivers/char/bfin_ppifcd.c: BUG [#3767] ppifcd fails with -t param.
Revision
4043
Author
hennerich
Date
2007-12-14 08:33:58 -0600 (Fri, 14 Dec 2007)

Log Message

BUG [#3767] ppifcd fails with -t param.

Diffstat

 bfin_ppifcd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/drivers/char/bfin_ppifcd.c (4042 => 4043)


--- trunk/drivers/char/bfin_ppifcd.c	2007-12-14 09:16:39 UTC (rev 4042)
+++ trunk/drivers/char/bfin_ppifcd.c	2007-12-14 14:33:58 UTC (rev 4043)
@@ -289,7 +289,7 @@
 			}
 
 			gpio_direction_output(pdev->ppi_trigger_gpio);
-
+			gpio_set_value(pdev->ppi_trigger_gpio, 0);
 			break;
 		}
 	case CMD_PPI_GET_ALLCONFIG:
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to