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-- 2.3 KB
Makefile -rw-r--r-- 275 bytes
compat.c -rw-r--r-- 3.2 KB
dquot.c -rw-r--r-- 71.8 KB
netlink.c -rw-r--r-- 2.6 KB
quota.c -rw-r--r-- 8.8 KB
quota_tree.c -rw-r--r-- 16.5 KB
quota_tree.h -rw-r--r-- 689 bytes
quota_v1.c -rw-r--r-- 6.2 KB
quota_v2.c -rw-r--r-- 10.1 KB
quotaio_v1.h -rw-r--r-- 1.2 KB
quotaio_v2.h -rw-r--r-- 2.5 KB

back to top