diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-04 05:15:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-04 05:15:20 +0900 |
commit | e8184a47c9cc04380553114815356d1042a27788 (patch) | |
tree | a3c57da94c37eedf7cafdff86e2065dc5837f557 /firmware | |
parent | 872f36a69fea9763f000ec1bc7a5282e43b67b96 (diff) |
sh: pfc: Fix up BUG() triggered by gpiolib debugfs lookups.
The gpiolib debugfs entry takes a hammer approach and iterates over all
of the potential GPIOs, regardless of their type. The SH PFC code on the
other hand contains a variable mismash of input/output/function types
spread out sparsely, leading to situations where the debug code can
trigger an out of range enum for the type. Since we already have an error
path for out of range enums, we can just hand that up to the higher level
instead of the current BUG() behaviour.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions