commit | c8801a8e715d7793e1e7bcd2f6fe132234741753 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Mar 19 16:35:48 2012 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Mar 04 10:35:58 2013 +0800 |
tree | ca5fc3c1f3bbc1ed2cd8a0ac5e939fa592400c6d | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 [diff] |
regulator: core: Mark all get and enable calls as __must_check It's generally important that devices have power when they expect it so drivers really ought to be checking for errors on the power up paths. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>