commit | 7d5779993dbc487695fbfe88716fd70618a5db99 | [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 | 1b30d61d786421a5d02725a9945552cc9c09914b [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>