commit | b1eed4ece7064c361d6e03f6706d90e4e9dd7e96 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Sun Feb 19 23:45:53 2012 -0700 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 22 17:59:34 2012 +0100 |
tree | 10dfd6a834d180a7a0eaa3515bf78fdf97de65d3 | |
parent | f026fe3d102e9d7f0d040109353ef5a97b5ef92c [diff] |
pinctrl: error if mapping table's control dev can't be found This is a serious error, and the pin control system will not function correctly if it ends up not programing the mapping table entries into the HW. Instead of just ignoring this, error out. Signed-off-by: Stephen Warren <swarren@nvidia.com> [rebased to fit the applied patch series, cast error to pointer] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>