Revision c956126c137d97acb6f4d56fa9572d0bcc84e4ed authored by David Brownell on 09 September 2010, 23:38:03 UTC, committed by Linus Torvalds on 10 September 2010, 01:57:24 UTC
There's been some recent confusion about error checking GPIO numbers.
briefly, it should be handled mostly during setup, when gpio_request() is
called, and NEVER by expectig gpio_is_valid to report more than
never-usable GPIO numbers.

[akpm@linux-foundation.org: terminate unterminated comment]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Eric Miao" <eric.y.miao@gmail.com>
Cc: "Ryan Mallon" <ryan@bluewatersys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 5affb60
History
File Mode Size
Kconfig -rw-r--r-- 473 bytes
Makefile -rw-r--r-- 251 bytes
attr.c -rw-r--r-- 2.6 KB
bfind.c -rw-r--r-- 4.5 KB
bitmap.c -rw-r--r-- 5.8 KB
bnode.c -rw-r--r-- 11.3 KB
brec.c -rw-r--r-- 13.5 KB
btree.c -rw-r--r-- 8.5 KB
btree.h -rw-r--r-- 5.4 KB
catalog.c -rw-r--r-- 9.2 KB
dir.c -rw-r--r-- 8.2 KB
extent.c -rw-r--r-- 13.5 KB
hfs.h -rw-r--r-- 9.1 KB
hfs_fs.h -rw-r--r-- 8.5 KB
inode.c -rw-r--r-- 18.0 KB
mdb.c -rw-r--r-- 10.2 KB
part_tbl.c -rw-r--r-- 2.9 KB
string.c -rw-r--r-- 3.7 KB
super.c -rw-r--r-- 12.1 KB
sysdep.c -rw-r--r-- 960 bytes
trans.c -rw-r--r-- 3.3 KB

back to top