projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6538397
)
GPIO: pca953x: fix spelling in help
author
Laurence Withers
<lwithers@guralp.com>
Wed, 25 Jul 2012 03:55:47 +0000
(
03:55
+0000)
committer
Tom Rini
<trini@ti.com>
Mon, 8 Oct 2012 18:12:07 +0000
(11:12 -0700)
Signed-off-by: Laurence Withers <lwithers@guralp.com>
drivers/gpio/pca953x.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/pca953x.c
b/drivers/gpio/pca953x.c
index 359fdeea23246b8285a5382b50b5e8885bd826af..64c779789c323d6d086b5c230926d87ece73d698 100644
(file)
--- a/
drivers/gpio/pca953x.c
+++ b/
drivers/gpio/pca953x.c
@@
-287,7
+287,7
@@
U_BOOT_CMD(
" - set pin as output and drive low or high\n"
"pca953x invert pin 0|1\n"
" - disable/enable polarity inversion for reads\n"
- "pca953x in
t
put pin\n"
+ "pca953x input pin\n"
" - set pin as input and read value"
);