git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbeba1
)
gpiolib: of: Correct error handling in of_get_named_gpiod_flags
author
Hans Holmberg
<hans.holmberg@intel.com>
Fri, 9 Jan 2015 08:40:43 +0000
(09:40 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 15 Jan 2015 17:31:47 +0000
(18:31 +0100)
of_get_named_gpiod_flags fails with -EPROBE_DEFER in cases
where the gpio chip is available and the GPIO translation fails.
This causes drivers to be re-probed erroneusly, and hides the
real problem(i.e. the GPIO number being out of range).
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Hans Holmberg <hans.holmberg@intel.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib-of.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpiolib-of.c
Simple merge