commit | 6d191a5fc7a969d972f1681e1c23781aecb06a61 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Mar 29 14:19:02 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Apr 03 14:00:48 2012 +0100 |
tree | b0e8a71935ab3d22e4f211ff10f583cb40832663 | |
parent | 01e86f4988297abb403be92bc3b6ad24e1d058de [diff] |
regulator: core: Don't defer probe if there's no DT binding for a supply When using device tree if there's no binding for a supply then there's no way that one could appear later so just fail permanently right away. This avoids wasting time trying to reprobe when that can never work. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>