commit | be50344e604f956891fc0013f1ba78823a758124 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Feb 18 14:48:41 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 18 15:37:56 2009 -0800 |
tree | f857656b717750fce8ddc4e3d2784b182d0aff60 | |
parent | 97bef7dd05563807539122c488a5dd93ed327722 [diff] |
spi-gpio: sanitize MISO bitvalue gpio_get_value() returns 0 or nonzero, but getmiso() expects 0 or 1. Sanitize the value to a 0/1 boolean. Signed-off-by: Michael Buesch <mb@bu3sch.de> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>