commit | 8650ea1ebc31e9b0ab17c31d844dc106e60269db | [log] [tgz] |
---|---|---|
author | Mathias Nyman <mathias.nyman@linux.intel.com> | Thu Mar 27 15:02:08 2014 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Mar 28 21:52:35 2014 +0100 |
tree | a344b34557258337eb513fb8d53e6c8e1fca31c6 | |
parent | c3626fdea044cc97bfc035ebb048f7619acb6736 [diff] |
gpio-lynxpoint: force gpio_get() to return "1" and "0" only Don't return the IN_LVL_BIT directly, a high gpio line returned value "1073741824" intestead of "1" because IN_LVL_BIT is BIT(30) Tested-by: Jerome Blin <jerome.blin@intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>