commit | 46ad8cb448296bef70cba2564d3725d7cf9cf83c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:43:58 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:35 2016 -0700 |
tree | 593db3bb18fc6a5ac3f521f020b674bcc87618ba | |
parent | 96f04443829adf77a027dec71fb66eef1ffbb6b3 [diff] |
dm: power: Tidy up debugging output and return values The currect PMIC debugging is a little confusing. Adjust it so that it is clear whether the operation succeeded or failed. Also, avoid creating a new error return value when a perfectly good one is already available. Signed-off-by: Simon Glass <sjg@chromium.org>